ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Core.Rdl.Persistence.Json Namespace / JsonCoders Class / Int Field

In This Topic
    Int Field (JsonCoders)
    In This Topic
    Gets a coder for the System.Int32 type.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Int As JsonCoder(Of Integer)
    public static readonly JsonCoder<int> Int
    See Also