ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Core.Rdl.Persistence.Json Namespace / JsonCoders Class / Enum<T> Method

In This Topic
    Enum<T> Method (JsonCoders)
    In This Topic
    Gets a coder for the GrapeCity.ActiveReports.Core.Rdl.Persistence.Json.JsonCoders.Enum``1 type.
    Syntax
    'Declaration
     
    Public Shared Function Enum(Of T As Enum)() As JsonCoder(Of T)
    public static JsonCoder<T> Enum<T>()
    where T: Enum

    Type Parameters

    T
    Exceptions
    ExceptionDescription
    Thrown if the value is not a string.
    See Also