TdxCustomReportControl.LoadDocument(string) Method
Imports a previously generated report from a file in the PRNX format.
Declaration
procedure LoadDocument(const AFileName: string); overload;
Parameters
| Name | Type | Description |
|---|---|---|
| AFileName | string | An absolute or relative path to the source file. |
See Also