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 (24.3.0.1000)
Syntax
public bool IsExcluded { 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