Share via


SalesBaileeController.loadPrintSettings Method [AX 2012]

Loads the instances of the PrintMgmtPrintSettingDetail class that are used to print the report.

Syntax

public void loadPrintSettings(
    Common _jourTable, 
    Common _transTable, 
    str _languageId, 
   [str _documentKeyValue])

Run On

Called

Parameters

  • _transTable
    Type: Common Table
    The table to which the print management information has been related.
  • _languageId
    Type: str
    The language ID that should be used to retrieve the footer text.
  • _documentKeyValue
    Type: str
    A human readable value that uniquely identifies the document to be printed.

Remarks

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 that can be used to retrieve printer settings for the current copy of the report.

See Also

Reference

SalesBaileeController Class