ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Json.Mapper Namespace / CustomReportItemMappersExt Class / ToInt32 Method

In This Topic
    ToInt32 Method (CustomReportItemMappersExt)
    In This Topic
    Converts given ExpressionInfo to Int32
    Syntax
    'Declaration
     
    Public Shared Function ToInt32( _
       ByVal expressionValue As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo, _
       ByVal defaultValue As Integer _
    ) As Integer
    public static int ToInt32( 
       GrapeCity.Enterprise.Data.Expressions.ExpressionInfo expressionValue,
       int defaultValue
    )

    Parameters

    expressionValue
    defaultValue
    See Also