-
The Report Class
I am trying to dynamically create the Report class
(the one that is used by ReportViewer in the Data category in the Toolbox.)
The problem is, I can't find it! What is the full path name of the object so I know what to import, like System.Reporting.Whatever.Report.
Please help me, thank you!
-
Re: The Report Class
Microsoft.Reporting.WinForms
Microsoft.Reporting.WebForms
-
Re: The Report Class
I'm using WebForms one. Any idea on how to use it? I just need to fill it with a dataset and export to a web page or a PDF.
-
Re: The Report Class