Share via


SRSReportRun.showPrintDestination Method [AX 2012]

Gets or sets the value of the showPrintDestination property.

Syntax

public boolean showPrintDestination([boolean value])

Run On

Called

Parameters

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

Return Value

Type: boolean
The value of the showPrintDestination property.

Examples

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);

See Also

Reference

SRSReportRun Class