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.

See also

Reference

GridHeaderItem class

GridHeaderItem members

Microsoft.PerformancePoint.Scorecards namespace