Save(Report,FileInfo) Method
In This Topic
Serializes a
GrapeCity.ActiveReports.PageReportModel.Report to JSON and writes it to a specified file.
Syntax
Parameters
- report
- A GrapeCity.ActiveReports.PageReportModel.Report instance to be serialized.
- file
- A file where the serialized JSON will be written.
See Also