ReportDesign.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(ReportRun) | |
printerSettings(ReportRun, Int32) | |
printerSettings() |
printerSettings(ReportRun)
public:
virtual bool printerSettings(Dynamics::AX::Application::ReportRun ^ run1);
public virtual bool printerSettings (Dynamics.AX.Application.ReportRun run1);
abstract member printerSettings : Dynamics.AX.Application.ReportRun -> bool
override this.printerSettings : Dynamics.AX.Application.ReportRun -> bool
Public Overridable Function printerSettings (run1 As ReportRun) As Boolean
Parameters
- run1
- ReportRun
Returns
Applies to
printerSettings(ReportRun, Int32)
public:
virtual bool printerSettings(Dynamics::AX::Application::ReportRun ^ _reportRun, int _showWhat);
public virtual bool printerSettings (Dynamics.AX.Application.ReportRun _reportRun, int _showWhat);
abstract member printerSettings : Dynamics.AX.Application.ReportRun * int -> bool
override this.printerSettings : Dynamics.AX.Application.ReportRun * int -> bool
Public Overridable Function printerSettings (_reportRun As ReportRun, _showWhat As Integer) As Boolean
Parameters
- _reportRun
- ReportRun
- _showWhat
- Int32
Returns
Applies to
printerSettings()
public:
virtual bool printerSettings();
public virtual bool printerSettings ();
abstract member printerSettings : unit -> bool
override this.printerSettings : unit -> bool
Public Overridable Function printerSettings () As Boolean