IReportSerializer Methods
If implemented, provides functionality to save or load a report from a stream.Name | Description |
---|---|
Load(Stream) | Returns a report instance from a memory stream. |
Save(Stream, XtraReport) | Saves the specified report to a stream. |
See Also