GridHeaderItem.NamedSetExpression property

Gets or sets the named set expression to use in named set expansions.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property NamedSetExpression As String
    Get
    Set
'Usage
Dim instance As GridHeaderItem
Dim value As String

value = instance.NamedSetExpression

instance.NamedSetExpression = value
public string NamedSetExpression { get; set; }

Property value

Type: System.String
The named set expression to use in named set expansions.

Remarks

This can be the name of a named set or an MDX statement.

See also

Reference

GridHeaderItem class

GridHeaderItem members

Microsoft.PerformancePoint.Scorecards namespace