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.
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:
Calls the preRunModifyContract method, which can be overridden to change the contract before it runs the report.
Loops over print management settings and runs the report to each setting loaded by calling the outputReport method.
Will catch any exception during running report and continue to run post processing.
Will raise the rendering complete event for this instance of report run.