ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Json Namespace / ReportJsonSerializer Class / Serialize Method
A GrapeCity.ActiveReports.PageReportModel.Report object to be serialized.

In This Topic
    Serialize Method (ReportJsonSerializer)
    In This Topic
    Serializes a specified GrapeCity.ActiveReports.PageReportModel.Report object to a JSON string.
    Syntax
    'Declaration
     
    Public Shared Function Serialize( _
       ByVal report As Report _
    ) As String
    public static string Serialize( 
       Report report
    )

    Parameters

    report
    A GrapeCity.ActiveReports.PageReportModel.Report object to be serialized.

    Return Value

    A JSON System.String representing the serialized report.
    See Also