Could someone please tell how this scenario can be achieved using VB.Net 2005 and Reporting Services.
Thank you, in advance.
The equivalent of doing this in SSRS-land is to use the VS 2005 Report Viewer contorl in local mode (the report is processed at the client, not on the SSRS server), provide it with the RDL for the report (called RDLC), and "marry" a dataset to the datasource of the control. You'll find examples of same in books online and out on gotreportviewer.com
No comments:
Post a Comment