SrsPrintMgmtController.outputReports Method [AX 2012]

Loads and iterates through print settings for the specified record.

Syntax

protected void outputReports()

Run On

Called

Exceptions

Exception Condition
Error

The print management object has not been initialized.

-or-

The report contract is null Nothing nullptr unit a null reference (Nothing in Visual Basic) .

Remarks

This method is responsible for loading print settings for the specified record.

Do not override this method.

The base class implementation provides the default capability to:

  1. Calls the preRunModifyContract method, which can be overridden to change the contract before it runs the report.

  2. Loops over print management settings and runs the report to each setting loaded by calling the outputReport method.

  3. Will catch any exception during running report and continue to run post processing.

  4. Will raise the rendering complete event for this instance of report run.

See Also

Reference

SrsPrintMgmtController Class