TdxReport.LoadDocument(TStream) Method
Imports a previously generated report from a stream in the PRNX format.
Declaration
procedure LoadDocument(AStream: TStream); overload;
Parameters
| Name | Type | Description |
|---|---|---|
| AStream | TStream | The source stream. |
See Also