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

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

    Parameters

    report
    A GrapeCity.ActiveReports.PageReportModel.Report instance to be serialized.
    file
    A file where the serialized JSON will be written.
    See Also