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

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