Share via


LedgerMatrixReportWithDimDP_CN.setContainerData Method [AX 2012]

Sets the query record into a set.

Syntax

protected void setContainerData(
    MainAccount _mainAccount, 
    LedgerMatrixTable_CN _ledgerMatrixTable, 
    LedgerMatrixReportWithDim_CN _ledgerMatrixReportWithDim, 
    int _selectedDimensionRow, 
    boolean _selectedDate)

Run On

Server

Parameters

  • _selectedDimensionRow
    Type: int
    A value that indicates whether a dimension is selected.
  • _selectedDate
    Type: boolean
    A value that indicates whether to use the starting date range or the selected date range.

See Also

Reference

LedgerMatrixReportWithDimDP_CN Class