Share via


ReportRun.printerSettings Method

Definition

Overloads

printerSettings()

Enables the user to select printer settings.

printerSettings(Int32)

printerSettings()

Enables the user to select printer settings.

public:
 virtual bool printerSettings();
public virtual bool printerSettings ();
abstract member printerSettings : unit -> bool
override this.printerSettings : unit -> bool
Public Overridable Function printerSettings () As Boolean

Returns

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 printerSettings object will run.

Applies to

printerSettings(Int32)

public:
 virtual bool printerSettings(int _showWhat);
public virtual bool printerSettings (int _showWhat);
abstract member printerSettings : int -> bool
override this.printerSettings : int -> bool
Public Overridable Function printerSettings (_showWhat As Integer) As Boolean

Parameters

_showWhat
Int32

This parameter is currently not functional.

Returns

Applies to