MetricSetDataShownTotals Property  | 
 
            Gets or sets the value indicating what totals are requested.
            
 
    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 = true, Name = "shownTotals")]
public CellsetAxis ShownTotals { get; set; }<DataMemberAttribute(EmitDefaultValue := true, Name := "shownTotals")>
Public Property ShownTotals As CellsetAxis
	Get
	Set
public:
[DataMemberAttribute(EmitDefaultValue = true, Name = L"shownTotals")]
property CellsetAxis ShownTotals {
	CellsetAxis get ();
	void set (CellsetAxis value);
}[<DataMemberAttribute(EmitDefaultValue = true, Name = "shownTotals")>]
member ShownTotals : CellsetAxis with get, set
Property Value
Type: 
CellsetAxis
See Also