GroupingMeasureIsExcluded Property  | 
 
            Gets or sets a value indicating whether the grouping measure should not be placed on the grouping metric set.
            
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool IsExcluded { get; set; }Public Property IsExcluded As Boolean
	Get
	Set
public:
property bool IsExcluded {
	bool get ();
	void set (bool value);
}member IsExcluded : bool with get, set
Property Value
Type: 
Boolean
            If this measure is not to be added to the grouping metric set.
            
Remarks
            This is used to exclude measures that would normally be automatically added to the grouping metric set
            because it is used in an adapter.
            
See Also