Share via


SrsAutoReportController.reportViewerRefreshComplete Method [AX 2012]

Executes when report viewer has completed refreshing its data and displaying 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

Client

Parameters

Remarks

Overriding this method to skip calling events.

See Also

Reference

SrsAutoReportController Class