RequestHierarchyOverridesDataShownTotals Property  | 
 
            Gets or sets the shown totals for the current instance.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(EmitDefaultValue = false, Name = "shownTotals")]
public TotalsKind? ShownTotals { get; set; }<DataMemberAttribute(EmitDefaultValue := false, Name := "shownTotals")>
Public Property ShownTotals As TotalsKind?
	Get
	Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"shownTotals")]
property Nullable<TotalsKind> ShownTotals {
	Nullable<TotalsKind> get ();
	void set (Nullable<TotalsKind> value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "shownTotals")>]
member ShownTotals : Nullable<TotalsKind> with get, set
Property Value
Type: 
NullableTotalsKind
See Also