GridHeaderItem.IsNamedSetEmpty Property
Gets or sets a Boolean value that indicates whether the named set expression returns an empty set.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property IsNamedSetEmpty As Boolean
Get
Set
'Usage
Dim instance As GridHeaderItem
Dim value As Boolean
value = instance.IsNamedSetEmpty
instance.IsNamedSetEmpty = value
public bool IsNamedSetEmpty { get; set; }
Property Value
Type: System.Boolean
true if the named set expression returns an empty set; otherwise false.
Remarks
A header is the empty set.