ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Core.Rdl.Seralization.Common Namespace / Coders Class / IntDefZero Property

In This Topic
    IntDefZero Property
    In This Topic
    Gets a coder for integer values with 0 as the default value.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property IntDefZero As Coders.Coder(Of Integer)
    public static Coders.Coder<int> IntDefZero {get;}
    See Also