KpiMeasure.CurrentFormula Property (Microsoft.PerformancePoint.Scorecards)
The MDX formula to use in order to compute the current value.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Property CurrentFormula As String
'Usage
Dim instance As KpiMeasure
Dim value As String
value = instance.CurrentFormula
instance.CurrentFormula = value
[XmlAttributeAttribute]
public string CurrentFormula { get; set; }
See Also
Reference
KpiMeasure Class
KpiMeasure Members
Microsoft.PerformancePoint.Scorecards Namespace