PrintMgmtReportRun::execute Method [AX 2012]

Creates a SSRS Report by using the provided print management settings.

client server public static void execute(PrintMgmtReportRun _reportRun)

Run On

Called

Parameters

_reportRun
Type: PrintMgmtReportRun Class
The settings for the report.

The PrintJobSettings object is converted to an SRSPrintDestinationSettings object and used to control the SSRS report.

Show: