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 As Report, _
ByVal As Stream _
)
public static void Save(
Report ,
Stream
)
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