TotalsSettings(CellsetAxis) Constructor |
Namespace: Dundas.BI.Data.DataRetrievalAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic TotalsSettings(
CellsetAxis shownTotals
)
Public Sub New (
shownTotals As CellsetAxis
)
public:
TotalsSettings(
CellsetAxis shownTotals
)
new :
shownTotals : CellsetAxis -> TotalsSettingsParameters
- shownTotals CellsetAxis
- The shown totals.
See Also