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.
Gets or sets the value of the showDialog property.
Syntax
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.
Examples
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);