WebViewer Stays on Last Viewed Page Number of Previously Displayed Report
ActiveReports for .NET FAQ
WebViewer Stays on Last Viewed Page Number of Previously Displayed Report
06-19-2003, 12:00 PM
Problem
If the user is on the third page of a report, and then they either hit refresh or navigate to another report, the view of the new report remains on page three. How can the WebViewer be forced to return to the first page on a refresh or in navigating to an entirely new report?
Resolution
Call the ClearCachedReport property before loading the new (or refreshed) report:
WebViewer1.ClearCachedReport()