ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnet.Designer Assembly / GrapeCity.ActiveReports.Aspnet.Designer.Utilities Namespace / ReportConverter Class / ToJson Method
The GrapeCity.ActiveReports.PageReportModel.Report to serialize.

In This Topic
    ToJson Method (ReportConverter)
    In This Topic
    Serializes the specified GrapeCity.ActiveReports.PageReportModel.Report to JSON content.
    Syntax
    'Declaration
     
    Public Shared Function ToJson( _
       ByVal report As Report _
    ) As Byte()
    public static byte[] ToJson( 
       Report report
    )

    Parameters

    report
    The GrapeCity.ActiveReports.PageReportModel.Report to serialize.

    Return Value

    A byte array containing the JSON report content.
    See Also