Subscriber portal
Gets or sets the value of the showPrintDestination property.
public boolean showPrintDestination([boolean value])
The following example illustrates how to hide the print destination section of the print dialog window, the previous print destination settings or default settings will be used.
SRSReportRun report = new SRSReportRun(); report.showPrintDestination(false);