FormLetterReport.isFooterPresentForCurrentPrintSetting Method [AX 2012]
Determines whether the current instance of the PrintMgmtPrintSettingDetail class has footer text that should be printed.
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: