SrsReportRunController.updateExecutionInfoFromReportAdapter Method [AX 2012]

Executes from the SrsReportRunController.reportViewerRefreshComplete method when the report viewer has completed refreshing its data and rendering the report.

public void updateExecutionInfoFromReportAdapter(SRSReportExecutionInfo _executionInfo)

Run On

Called

Parameters

_executionInfo
Type: SRSReportExecutionInfo Class
The SRSReportExecutionInfo instance that provides the details of a report execution.

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.

Community Additions

ADD
Show: