TdxPSFileBasedExplorer.FileExtension Method
Returns the report file extension.
Declaration
class function FileExtension: string; virtual;
Returns
Type |
---|
string |
Remarks
The FileExtension method returns the extension that is automatically assigned to files containing reports. As implemented in the file-based explorer, this method returns the ‘rps‘ string. Note that the files with different extensions are not identified by explorers as valid report files.
See Also