ReportRun.printerSettings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.