Reputation: 351
Hello I have a ssrs report which I am showing it on report viewer on my aspx page. I have a drop down where it shows all the student information which are active. Where I need to see the report for inactive student data also when I navigate to that student. My stored procedure is returning data but where as my RDL drop down is displaying active data information I am not able to view the report. So is there a way to resolve the dependency so that I need to show the data that is returning from my SP. When the RDL drop down show the inactive student information I am able to see the report
Upvotes: 1
Views: 146
Reputation: 531
can you view your rdl in bids? Make sure if you make any edits to delete .data file from bin folder on your local solution and retry. IF all behaves on SP side and rendered per your needs locally; i see no reason why it would NOT show in report server. Worse case, create a test folder on report server and deploy your report there. putting on connection settings and re-test.
Upvotes: 1