Share via


ReportRun.printerSettings Method

Enables the user to select printer settings.

Syntax

public boolean printerSettings([int showWhat])

Run On

Called

Parameters

  • showWhat
    Type: int
    This parameter is currently not functional.

Return Value

Type: boolean
true if execution of the report should continue; otherwise, false.

Remarks

The call to the super method in this method runs the sysPrintForm form. The prompt method is called from the super method call in the prompt method. The PrintFormName property on the reportDesign object determines which form the call to the super method in the printerSettiings object will run.

See Also

Reference

ReportRun Class