SrsReportRunController.updateExecutionInfoFromReportAdapter Method [AX 2012]

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

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.

See Also

Reference

SrsReportRunController Class