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

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