[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rdl.Seralization.Common.Coders.Bool

Bool Method

Bool()

Creates a coder for boolean values.

Declaration
public static Coders.Coder<bool> Bool()
Returns
Type Description
Coders.Coder<bool>

A Coders.Coder<T> object for bool.

Bool(bool)

Creates a coder for boolean values with a default value.

Declaration
public static Coders.Coder<bool> Bool(bool defaultValue)
Parameters
Type Name Description
bool defaultValue

A bool value indicating the default value.

Returns
Type Description
Coders.Coder<bool>

A Coders.Coder<T> object for bool.