Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
1.44/5 (2 votes)
See more:
C#
Hi,

I need help to generate the parameter(asp.net controls) as per the ssrs report selection.
There are 40 deployed SSRS reports and every individual report have different set of parameters.
I have to do this on one page where in when user clicks on the report link he is directed to the other page in which first half contains the Parameters of the report in form of asp.net controls and the second half page contains the SSRS report viewer.

What I have tried:

I have tried to call a single deployed ssrs report on asp.net webpage.
The parameters are hard coded as asp.net controls for 1 individual report.
I want them to be dynamically populate on the page as per the report and we can also use them to generate report.
Posted
Updated 16-May-16 1:50am
Comments
Richard Deeming 16-May-16 8:58am    
REPOST
This is the same question you posted last week:
http://www.codeproject.com/Questions/1099089/Multiple-SSRS-reports-on-single-webpage-with-dynam[^]

If you want to update your question to add more information, go to the original copy and click "Improve question". Do not post the update as a new question!
Member 12514148 19-May-16 4:28am    
I did not get satisfying answer in the previous post,thats why i created new quetion.

1 solution

Have you tried default controls of SSRS report, if you are using SSRS report viewer , you have option to show or hide the filters of SSRS.

Let me know if this answers your question.
Regards,
Santosh
 
Share this answer
 
Comments
Member 12514148 19-May-16 4:26am    
Actually i have to create controls on Asp.net webpage,i am already using the SSRS default controls to filter the report.But now i want to fetch report on .net controls and show report in report viewer on the web page.And also this has to be done dynamically as there are 40 reports.
Let me know if you can help me in this

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