Save(Report,FileInfo) Method
Serializes a
GrapeCity.ActiveReports.PageReportModel.Report to JSON and writes it to a specified file.
'Declaration
Public Overloads Shared Sub Save( _
ByVal As Report, _
ByVal As FileInfo _
)
Parameters
- report
- A GrapeCity.ActiveReports.PageReportModel.Report instance to be serialized.
- file
- A file where the serialized JSON will be written.