ParameterValueCollectionGetBooleanValue Method

Gets the Boolean value.

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

Parameters

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

Return Value

Boolean
The Boolean value.
Remarks
Returns if the value is not found or not a Boolean.
See Also