Share via


KpiDetailsSection.GetPropertyBool Method

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

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

KpiDetailsSection Class

KpiDetailsSection Members

Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace