TotalsSettings Constructor (CellsetAxis, Boolean, Boolean) |
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic TotalsSettings(
CellsetAxis shownTotals,
bool placeTotalsAtBottom,
bool itemizeTotals
)
Public Sub New (
shownTotals As CellsetAxis,
placeTotalsAtBottom As Boolean,
itemizeTotals As Boolean
)
public:
TotalsSettings(
CellsetAxis shownTotals,
bool placeTotalsAtBottom,
bool itemizeTotals
)
new :
shownTotals : CellsetAxis *
placeTotalsAtBottom : bool *
itemizeTotals : bool -> TotalsSettingsParameters
- shownTotals
- Type: Dundas.BI.Data.MetadataCellsetAxis
The shown totals. - placeTotalsAtBottom
- Type: SystemBoolean
If set to , the totals are placed at the bottom of the result. - itemizeTotals
- Type: SystemBoolean
If set to , the totals child count is added to the parent member caption.
See Also