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

In This Topic
    Int Field (Coders)
    In This Topic
    Gets a coder for integer values.
    Syntax
    'Declaration
     
    Public Shared Int As Coders.Coder(Of Integer)
    public static Coders.Coder<int> Int
    See Also