ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnet.Designer Assembly / GrapeCity.ActiveReports.Aspnet.Designer.Utilities Namespace / ReportConverter Class / FromJson Method
A byte array containing the JSON report content.

In This Topic
    FromJson Method (ReportConverter)
    In This Topic
    Deserializes a GrapeCity.ActiveReports.PageReportModel.Report from JSON content.
    Syntax
    'Declaration
     
    Public Shared Function FromJson( _
       ByVal content() As Byte _
    ) As Report
    public static Report FromJson( 
       byte[] content
    )

    Parameters

    content
    A byte array containing the JSON report content.

    Return Value

    See Also