How to Add Untyped DataSet or DataTable to Report as a Report Data Source

ngambhava

New member
Joined
Jul 13, 2006
Messages
2
Programming Experience
Beginner
[FONT=Verdana, Geneva, Arial, Sans-serif]Please help me to solve following 3 points[/FONT]

[FONT=Verdana, Geneva, Arial, Sans-serif]1) How to add DataTable as a Report Data Source in RDLC file? I don’t want to make XSD, My Database contains 300 Tables, 2400 Stored Procedure and I have to develop 600 different reports. So Creating XSD for each report is not possible. I want plain dynamically initialized DataTable or DataSet, I mean untyped.[/FONT]
[FONT=Verdana, Geneva, Arial, Sans-serif]2) How to add fields to the Report? I mean is there any thing like dragging and dropping textbox or so?[/FONT]
[FONT=Verdana, Geneva, Arial, Sans-serif]3) I reviewed all examples of GotReportViewer.com, Example of SubReport is exactly what I want but I cant find that how to build that report visually in Visual Studio.[/FONT]
[FONT=Verdana, Geneva, Arial, Sans-serif][/FONT]
[FONT=Verdana, Geneva, Arial, Sans-serif]Its Urgent, Please[/FONT]
 
Back
Top