|
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()
|