Share via


GridHeaderItem.IsCustomNamedSetFormula Property (Microsoft.PerformancePoint.Scorecards)

Indicates if a named set expression is a custom formula instead of the name of a named set that is defined in the database.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property IsCustomNamedSetFormula As Boolean
'Usage
Dim instance As GridHeaderItem
Dim value As Boolean

value = instance.IsCustomNamedSetFormula

instance.IsCustomNamedSetFormula = value
[XmlAttributeAttribute] 
public bool IsCustomNamedSetFormula { get; set; }

Property Value

Returns true if the named set expression is a custom formula.

See Also

Reference

GridHeaderItem Class
GridHeaderItem Members
Microsoft.PerformancePoint.Scorecards Namespace