Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Executes from the SrsReportRunController.reportViewerRefreshComplete method when the report viewer has completed refreshing its data and rendering the report.
Syntax
public void updateExecutionInfoFromReportAdapter(SRSReportExecutionInfo _executionInfo)
Run On
Called
Parameters
- _executionInfo
Type: SRSReportExecutionInfo Class
The SRSReportExecutionInfo instance that provides the details of a report execution.
Remarks
This method is always called after the runToScreenPrintArchive method in case the archive was checked.
In cases where the archive was not checked, the SRSReportExecutionInfo parameter does not contain any values and we attempt to get them from the report adapter and add them to the SRSReportExecutionInfo object.