ParameterDefinition.DefaultPostFormula Property

Gets or sets the default post formula for the parameter.

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

Syntax

'Declaration
Public Property DefaultPostFormula As String
    Get
    Set
'Usage
Dim instance As ParameterDefinition
Dim value As String

value = instance.DefaultPostFormula

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

Property Value

Type: System.String
The default post formula for the parameter.

Remarks

This value is a customized formula that is applied to the result set after the parameter's query is executed.

See Also

Reference

ParameterDefinition Class

ParameterDefinition Members

Microsoft.PerformancePoint.Scorecards Namespace