SrsReportRunController.reportViewerRefreshComplete Method [AX 2012]

Executes when the report viewer has completed refreshing its data and rendering the report.

Syntax

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

Called

Parameters

Remarks

If printing to archive is selected, it displays the report to file and saves to archive.

See Also

Reference

SrsReportRunController Class