Open this page in the API Guide

ParameterValueCollection.GetBooleanValue Method

Gets the Boolean value.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public bool GetBooleanValue(
	Guid itemId,
	bool defaultValue
)

Parameters

itemId
Type: System.Guid
ID of the item.
defaultValue
Type: System.Boolean
The default value.

Return Value

Type: Boolean
The Boolean value.
Remarks
Returns if the value not found or not a number.
See Also