Show dropdown of SSRS Report in Report Viewer
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have created a report in SSRS where I used a dropdown for category and when I select a category then it show all the products of that category. When I run this through the http://localhost/reports/myreport then work properly and also show the dropdown to selecte the category. However, when I use this report in my asp.net application through the ReportViewer then it does show the category dropdown. Would any one let me know how can i get this category dropdown ?
Pankaj