Share via


PrintJobSettings.viewerType Method

Definition

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

Returns

Applies to