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.