Subscriber portal
Gets or sets the value of the showDialog property.
public boolean showDialog([boolean value])
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);