MetricSetShownTotals Property  | 
 
            Gets or sets the value indicating what totals are requested.
            
 
    Namespace: 
   Dundas.BI.Entities.MetricSets
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.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
Type: 
CellsetAxis
See Also