SrsPrintMgmtController.outputReports Method [AX 2012]

Loads and iterates through print settings for the specified record.

protected void outputReports()

Run On

Called

ExceptionCondition
Error

The print management object has not been initialized.

-or-

The report contract is nullNothingnullptrunita null reference (Nothing in Visual Basic).

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.

Community Additions

ADD
Show: