Share via


XMLExcelReport_RCashCountStmt_RU.setValue Method [AX 2012]

Initializes the object with data.

Syntax

public void setValue(
    TmpRCashCountStatementTable _sourceTable, 
    AccountNum _cashAccount, 
    TransDate _todate, 
    int _statementNum, 
    boolean _printRCashName)

Run On

Called

Parameters

  • _statementNum
    Type: int
    The number of the statement.
  • _printRCashName
    Type: boolean
    A value that determines whether the cash account name should be printed in the department name field.

See Also

Reference

XMLExcelReport_RCashCountStmt_RU Class