ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Aspnet.Designer Assembly / GrapeCity.ActiveReports.Aspnet.Designer.Utilities Namespace / ReportConverter Class / FromJson Method
JSON report content

In This Topic
    FromJson Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function FromJson( _
       ByVal content() As Byte _
    ) As Report
    public static Report FromJson( 
       byte[] content
    )

    Parameters

    content
    JSON report content

    Return Value

    See Also