PrintMgmtPrintSetting.numDetails Method [AX 2012]

Returns the number of instances of the PrintMgmtPrintSettingDetail class that are present for this instance of the PrintMgmtPrintSetting class.

public int numDetails()

Run On

Called

Return Value

Type: int
The number of instances of the PrintMgmtPrintSettingDetail class that are present for this instance of the PrintMgmtPrintSetting class.

Use this method with the getDetailByPos method to iterate over the printer settings that should be used for each copy of the report being printed.

Community Additions

ADD
Show: