ClientHierarchyOverridesShownTotals Property  | 
 
            Gets or sets the shown totals for the current instance.
            
 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic TotalsKind? ShownTotals { get; set; }Public Property ShownTotals As TotalsKind?
	Get
	Set
public:
property Nullable<TotalsKind> ShownTotals {
	Nullable<TotalsKind> get ();
	void set (Nullable<TotalsKind> value);
}member ShownTotals : Nullable<TotalsKind> with get, set
Property Value
Type: 
NullableTotalsKind
See Also