TotalsCalculationRuleIsGrandTotalsOnly Property  | 
 
            Gets or sets a value indicating whether this instance is only for grand totals calculations.
            
 
    Namespace: 
   Dundas.BI.Entities.MetricSets
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool IsGrandTotalsOnly { get; set; }Public Property IsGrandTotalsOnly As Boolean
	Get
	Set
public:
property bool IsGrandTotalsOnly {
	bool get ();
	void set (bool value);
}member IsGrandTotalsOnly : bool with get, set
Property Value
Type: 
Boolean
See Also