FormLetterReport.moveNextPrintSetting Method [AX 2012]

Moves to the next instance of the PrintMgmtPrintSettingDetail class.

public boolean moveNextPrintSetting()

Run On

Called

Return Value

Type: boolean
true if there is another instance of the PrintMgmtPrintSettingDetail class; otherwise, false.

Start by calling the loadPrintSettings method to load print settings for the current instance of the FormLetterReport class. Next, call the moveNextPrintSetting method to iterate over the print settings that have been found. The getCurrentPrintSetting method will then return the current instance of the PrintMgmtPrintSettingDetail class, which can be used to retrieve printer settings for the current copy of the report.

Community Additions

ADD
Show: