Share via


WMSBillOfLadingController.loadPrintSettings Method [AX 2012]

Loads instances of the PrintMgmtPrintSettingDetail class that are used for printing the report.

Syntax

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

Run On

Called

Parameters

  • _jourTable
    Type: Common Table
    The journal table that is currently being printed.
  • _transTable
    Type: Common Table
    The table to which print management information has been related.
  • _languageId
    Type: str
    The language ID that should be used to retrieve 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 which can be used to retrieve printer settings for the current copy of the report.

See Also

Reference

WMSBillOfLadingController Class