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