MetricSetShownTotals Property |
Gets or sets the value indicating what totals are requested.
Namespace: Dundas.BI.Entities.MetricSetsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic CellsetAxis ShownTotals { get; set; }Public Property ShownTotals As CellsetAxis
Get
Set
public:
property CellsetAxis ShownTotals {
CellsetAxis get ();
void set (CellsetAxis value);
}member ShownTotals : CellsetAxis with get, set
Property Value
CellsetAxis
See Also