SrsReportRunController.reportViewerRefreshComplete Method [AX 2012]
Executes when the report viewer has completed refreshing its data and rendering the report.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
public void reportViewerRefreshComplete(SRSReportExecutionInfo _executionInfo, [SrsReportDataContract _reportContract])
Microsoft Dynamics AX 2012 R2 (SYS)
public void reportViewerRefreshComplete(SRSReportExecutionInfo _executionInfo, [SrsReportDataContract _reportContract])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void reportViewerRefreshComplete(SRSReportExecutionInfo _executionInfo)
Microsoft Dynamics AX 2012 (FPK)
public void reportViewerRefreshComplete(SRSReportExecutionInfo _executionInfo)
Microsoft Dynamics AX 2012 (SYS)
public void reportViewerRefreshComplete(SRSReportExecutionInfo _executionInfo)
Run On
CalledParameters
- _executionInfo
- Type: SRSReportExecutionInfo Class
The SRSReportExecutionInfo instance that provides details of report execution.
- _reportContract
- Type: SrsReportDataContract Class
Community Additions
ADD
Show:
Note