TdxReport.GetExportResultFileName Method
Returns the full report file name for export operations.
Declaration
function GetExportResultFileName: string;
Returns
Type | Description |
---|---|
string | The full report file name for export operations. |
Remarks
The GetExportResultFileName
function combines the ReportName property value and a file name extension that corresponds to the target export format.
See Also