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.
Gets the Boolean value of the specified property from the properties of this KPI Details report.
Namespace: Microsoft.PerformancePoint.Scorecards.ServerRendering
Assembly: Microsoft.PerformancePoint.Scorecards.ServerRendering (in Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)
Syntax
'Declaration
Protected Function GetPropertyBool ( _
property As KpiDetailsProperties _
) As Boolean
'Usage
Dim property As KpiDetailsProperties
Dim returnValue As Boolean
returnValue = Me.GetPropertyBool(property)
protected bool GetPropertyBool(
KpiDetailsProperties property
)
Parameters
property
Type: Microsoft.PerformancePoint.Scorecards.KpiDetailsPropertiesThe property to locate.
Return Value
Type: System.Boolean
true if the property is set to true or if the property does not exist; otherwise false.
Remarks
This method is typically used to retrieve configuration information, such as which sections or parts of sections are shown.
See Also
Reference
Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace