SalesReport_InvoiceM15_RU.setParameters Method [AX 2012]
Sets the parameters for the SalesPurchReport_RU report.
Syntax
public void setParameters(
[PrintCopyOriginal _printCopyOriginal,
CustVendInvoiceJour _invoiceJour,
RecordSortedList _journalList])
Run On
Server
Parameters
- _printCopyOriginal
Type: PrintCopyOriginal Enumeration
The PrintCopyOriginal enumeration value that specifies whether the original or a copy is printed.
- _invoiceJour
Type: CustVendInvoiceJour Map
An instance of the CustVendInvoiceJour table.
- _journalList
Type: RecordSortedList Class
A List object of journals to print.