LedgerBalanceSheetDimPrint.constructRowsList Method [AX 2012]
Creates a list of all the lines that should be printed.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
protected container constructRowsList(
RefRecId _focus,
DimensionsRowDefinition _rowDefinition,
[boolean _mergeRanges,
LedgerBalanceSheetUsedDimensionsTmp _usedDimValues,
boolean _isSecondaryFocus])
Microsoft Dynamics AX 2012 R2 (SYS)
protected container constructRowsList(
RefRecId _focus,
DimensionsRowDefinition _rowDefinition,
[boolean _mergeRanges])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected container constructRowsList(
RefRecId _focus,
DimensionsRowDefinition _rowDefinition,
[boolean _mergeRanges])
Microsoft Dynamics AX 2012 (FPK)
protected container constructRowsList(
RefRecId _focus,
DimensionsRowDefinition _rowDefinition,
[boolean _mergeRanges])
Microsoft Dynamics AX 2012 (SYS)
protected container constructRowsList(
RefRecId _focus,
DimensionsRowDefinition _rowDefinition,
[boolean _mergeRanges])
Run On
CalledParameters
- _focus
- Type: RefRecId Extended Data Type
The focus.
- _rowDefinition
- Type: DimensionsRowDefinition Extended Data Type
A row definition.
- _mergeRanges
- Type: boolean
- _usedDimValues
- Type: LedgerBalanceSheetUsedDimensionsTmp Table
- _isSecondaryFocus
- Type: boolean
Community Additions
ADD
Show:
Note