FormLetterReport.isFooterPresentForCurrentPrintSetting Method [AX 2012]

Determines whether the current instance of the PrintMgmtPrintSettingDetail class has footer text that should be printed.

public boolean isFooterPresentForCurrentPrintSetting()

Run On

Called

Return Value

Type: boolean
true if the current instance of the PrintMgmtPrintSettingDetail class has footer text that should be printed; 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 isFooterPresentForCurrentPrintSetting method will then return true only if the current instance of the PrintMgmtPrintSettingDetail class has footer text.

Community Additions

ADD
Show: