TotalsSettings Constructor (CellsetAxis, Boolean, Boolean)

Initializes a new instance of the TotalsSettings class.

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public TotalsSettings(
	CellsetAxis shownTotals,
	bool placeTotalsAtBottom,
	bool itemizeTotals
)

Parameters

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