Hi,
I have a custom SSRS report (not developed by myself) that I wish to run via code.
The report has been developed with a data contract and a data provider class.
The report is via menu item and users can enter data into two parameters from the data contract. There is also a query attached to the data provider class.
I want to be able to access the range in this provider class via code and change some of the data by sending some parameters across.
I don't want to have to create actual parameters in the data contract, I simply want to make the code changes to the data provider class and call the data provider class to be manipulated via the use of SRSReportRunController class.
Can someone please advise on how this can be achieved?
Thank you
*This post is locked for comments
I have the same question (0)