SRSReportRun.showDialog Method [AX 2012]

Gets or sets the value of the showDialog property.

public boolean showDialog([boolean value])

Run On

Called

Parameters

value
Type: boolean
The new value of the showDialog property; optional.

Return Value

Type: boolean
The value of the showDialog property.

The following example illustrates how to print the report directly without displaying the report run dialog window, the previous print settings or default settings will be used.

SRSReportRun report = new SRSReportRun();
report.showDialog(false);

Community Additions

ADD
Show: