GridHeaderItem.CustomSetFormula Property
Gets or sets the custom set formula.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property CustomSetFormula As String
Get
Set
'Usage
Dim instance As GridHeaderItem
Dim value As String
value = instance.CustomSetFormula
instance.CustomSetFormula = value
public string CustomSetFormula { get; set; }
Property Value
Type: System.String
The custom set formula.
Remarks
This value can be a time intelligence formula or a custom MDX statement that is entered by the user.