PrintMgmtReportRun::construct Method [AX 2012]

Initializes an instance of the PrintMgmtReportRun class.

client server public static PrintMgmtReportRun construct(
    PrintMgmtHierarchyType _hierarchyType, 
    PrintMgmtNodeType _nodeType, 
    PrintMgmtDocumentType _docType)

Run On

Called

Parameters

_hierarchyType
Type: PrintMgmtHierarchyType Enumeration
A hierarchy type.
_nodeType
Type: PrintMgmtNodeType Enumeration
A node type.
_docType
Type: PrintMgmtDocumentType Enumeration
A document type.

Return Value

Type: PrintMgmtReportRun Class
An instance of the PrintMgmtSRSReport class.

The instance must be initialized by calling one of the load or loadSettingDetail methods.

Once an instance is obtained, it may be initialized with either method repeatedly to iterate over multiple sets of print settings.

Show: