FormLetterReport.getCurrentPrintSetting Method [AX 2012]

Gets the current instance of the PrintMgmtPrintSettingDetail class.

public PrintMgmtPrintSettingDetail getCurrentPrintSetting()

Run On

Called

Return Value

Type: PrintMgmtPrintSettingDetail Class
The current instance of the PrintMgmtPrintSettingDetail class.

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: