Hi
I have a ASP.NET page with a report viewer. The report viewer starts off with a report catalog, which is just a list of reports similar to the Report Catalog example. You can then navigate to any of the reports by clicking on its name (using the "Navigate to Report" action). We also use the Navigate to Report Action in many other reports too. All of this works very well.
The only problem is when a user navigates to a report, there is no indication which report is the current report, especially if the report is not automatically rendered due to missing parameter values. What I need is to display the current report's name or title somewhere on the page. Is there a server or client-side event I can use when a new report is loaded after a Navigate to Report action?
Thanks
Pierre-Andre
I have a ASP.NET page with a report viewer. The report viewer starts off with a report catalog, which is just a list of reports similar to the Report Catalog example. You can then navigate to any of the reports by clicking on its name (using the "Navigate to Report" action). We also use the Navigate to Report Action in many other reports too. All of this works very well.
The only problem is when a user navigates to a report, there is no indication which report is the current report, especially if the report is not automatically rendered due to missing parameter values. What I need is to display the current report's name or title somewhere on the page. Is there a server or client-side event I can use when a new report is loaded after a Navigate to Report action?
Thanks
Pierre-Andre