TotalsSettings Constructor (CellsetAxis, 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
)
Public Sub New (
shownTotals As CellsetAxis,
placeTotalsAtBottom As Boolean
)
public:
TotalsSettings(
CellsetAxis shownTotals,
bool placeTotalsAtBottom
)
new :
shownTotals : CellsetAxis *
placeTotalsAtBottom : 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.
See Also