Click here to Skip to main content
15,888,092 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have developed a SSRS Report and now this report is deployed on the SSRS report server. The SSRS report have 4 parameters.

Now the problem is that we are trying to pass these 4 parameters from the .net application to report that is deployed on the SSRS report server and we want to launch this Report in preview mode from the .net application.

So, Want to know the process how this can be done.

Thanks in advance for the help!

What I have tried:

We have tried to pass these parameters using the Store procedure but this is not working.
Posted
Updated 26-Jun-18 6:17am

1 solution

Use a "parameter table".

Insert parameters to table via "report request"; run report; report retrieves parameters from table and "joins" with reporting data to create parameterized report.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900