Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copies the calculated formula for the actual's query from another KpiMeasure object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overridable Sub CopyCalcFormulaInfo ( _
element As KpiMeasure _
)
'Usage
Dim instance As KpiMeasure
Dim element As KpiMeasure
instance.CopyCalcFormulaInfo(element)
public virtual void CopyCalcFormulaInfo(
KpiMeasure element
)
Parameters
element
Type: Microsoft.PerformancePoint.Scorecards.KpiMeasureThe object to copy from.