ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Json.Mapper Namespace / CustomReportItemMappersExt Class / ToBoolean Method

In This Topic
    ToBoolean Method
    In This Topic
    Converts given ExpressionInfo GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo to boolean
    Syntax
    'Declaration
     
    Public Shared Function ToBoolean( _
       ByVal expressionValue As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo, _
       ByVal defaultValue As Boolean _
    ) As Boolean
    public static bool ToBoolean( 
       GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo expressionValue,
       bool defaultValue
    )

    Parameters

    expressionValue
    defaultValue
    See Also