Share via


SrsAutoReportController.runReport Method [AX 2012]

Executes the report to various destinations.

Syntax

public void runReport()

Run On

Client

Exceptions

Exception Condition
Error

If report contract was not found or if any other error encountered during running the report.

Remarks

This method calls the preRunModifyContract, preRunReport, and postRunReportmethods as part of running the report.

See Also

Reference

SrsAutoReportController Class