ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Json Namespace / ReportJsonSerializer Class / Save Method / Save(Report,Stream) Method
A GrapeCity.ActiveReports.PageReportModel.Report instance to be serialized.
A System.IO.Stream where the serialized JSON will be written.

In This Topic
    Save(Report,Stream) Method
    In This Topic
    Serializes a GrapeCity.ActiveReports.PageReportModel.Report to JSON and writes it to a specified stream.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub Save( _
       ByVal report As Report, _
       ByVal output As Stream _
    ) 
    public static void Save( 
       Report report,
       Stream output
    )

    Parameters

    report
    A GrapeCity.ActiveReports.PageReportModel.Report instance to be serialized.
    output
    A System.IO.Stream where the serialized JSON will be written.
    See Also