SSRS - Report Viewer - Remote Processing Question
We have SSRS 2008 reports that are sitting on an SSRS 2008 server. I'd like to also execute these reports in a C# application using the Microsoft Report Viewer. I know (or at least I think) I can tell the Report Viewer to operate in Remote Processing mode and point to reports sitting on our SSRS server. What I'm not sure how to do is to programmatically change the data source on all the data sets contained in these remote reports at run-time. Anyone have any examples of how to do this?
December 13th, 2010 7:52am

We have SSRS 2008 reports that are sitting on an SSRS 2008 server. I'd like to also execute these reports in a C# application using the Microsoft Report Viewer. I know (or at least I think) I can tell the Report Viewer to operate in Remote Processing mode and point to reports sitting on our SSRS server. What I'm not sure how to do is to programmatically change the data source on all the data sets contained in these remote reports at run-time. Anyone have any examples of how to do this? Hi, you can read report definition (RDL/XML format), parse it, change data source and update it run-time.Alexei Cioina
Free Windows Admin Tool Kit Click here and download it now
December 13th, 2010 10:06am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics