Hi,
I create a web application and it is used to load a report. In this report, some textboxes have action that will direct report to another report with different parameter.
However, I have a problem on passing parameter because we would like to allow the web application passes different parameter to report.
My first report page does not have parameter. But second page has parameter A, third page has parameter B & C. How can I pass parameter to report viewer in web application?
If I open first report page, my web application does not have parameter.
But if I click textbox to second page, how can web application detect report viewer load second report page, show parameter selection, and allow user to select parameter in web applicaton?