TdxPSFileBasedExplorer.FileExtension Method
In This Article
Returns the report file extension.
#Declaration
Delphi
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