Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Performs post rendering cleanup and raises a completed rendering event.
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
protected void postReportRun(SRSReportExecutionInfo _executionInfo)
Microsoft Dynamics AX 2012 R2 (SYS)
protected void postReportRun(SRSReportExecutionInfo _executionInfo)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected void postReportRun(SrsPrintMgmtExecutionInfo _executionInfo)
Microsoft Dynamics AX 2012 (FPK)
protected void postReportRun(SrsPrintMgmtExecutionInfo _executionInfo)
Microsoft Dynamics AX 2012 (SYS)
protected void postReportRun(SrsPrintMgmtExecutionInfo _executionInfo)
Run On
Called
Parameters
- _executionInfo
Type: SRSReportExecutionInfo Class
The SrsPrintMgmtExecutionInfo object that provides details of report execution.
Remarks
There are two loops, the outer loop and the inner loop. The outer loop loops over each record that must be printed under print management. The inner loop loops over each set of printer settings for the given document and prints them. The render completed event is raised only when all documents are printed, i.e., the outer loop is finished. Pre-processed records must be cleaned up after each inner loop is complete because pre-processed records differ for each document being processed.