PrintJobSettings.viewerType 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
viewerType() | |
viewerType(ReportOutputUserType) |
viewerType()
public:
virtual Dynamics::AX::Application::ReportOutputUserType viewerType();
public virtual Dynamics.AX.Application.ReportOutputUserType viewerType ();
abstract member viewerType : unit -> Dynamics.AX.Application.ReportOutputUserType
override this.viewerType : unit -> Dynamics.AX.Application.ReportOutputUserType
Public Overridable Function viewerType () As ReportOutputUserType
Returns
Applies to
viewerType(ReportOutputUserType)
public:
virtual Dynamics::AX::Application::ReportOutputUserType viewerType(Dynamics::AX::Application::ReportOutputUserType _type);
public virtual Dynamics.AX.Application.ReportOutputUserType viewerType (Dynamics.AX.Application.ReportOutputUserType _type);
abstract member viewerType : Dynamics.AX.Application.ReportOutputUserType -> Dynamics.AX.Application.ReportOutputUserType
override this.viewerType : Dynamics.AX.Application.ReportOutputUserType -> Dynamics.AX.Application.ReportOutputUserType
Public Overridable Function viewerType (_type As ReportOutputUserType) As ReportOutputUserType
Parameters
- _type
- ReportOutputUserType