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.

See also

Reference

GridHeaderItem class

GridHeaderItem members

Microsoft.PerformancePoint.Scorecards namespace