ParameterSelectionControl.IsTrue Method
Determines whether the specified object is a filter control.
Namespace: Microsoft.PerformancePoint.Scorecards.ServerRendering
Assembly: Microsoft.PerformancePoint.Scorecards.ServerRendering (in Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)
Syntax
'Declaration
Protected Shared Function IsTrue ( _
o As Object _
) As Boolean
'Usage
Dim o As Object
Dim returnValue As Boolean
returnValue = ParameterSelectionControl.IsTrue(o)
protected static bool IsTrue(
Object o
)
Parameters
o
Type: System.ObjectThe object.
Return Value
Type: System.Boolean
See Also
Reference
ParameterSelectionControl Class
ParameterSelectionControl Members
Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace