Share via


VendInvoiceDocumentController.outputReport Method [AX 2012]

Executes the report for the print management setting currently loaded.

Syntax

protected void outputReport()

Run On

Called

Exceptions

Exception Condition
Error

The print management object has not been initialized.

Remarks

The out reports loops over print management settings and calls this method for each print management setting loaded.

Do override this method to modify parameters for each print setting, such as if you want to provide different footer text for each print setting loaded for a given report.

See Also

Reference

VendInvoiceDocumentController Class