Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPSFileBasedExplorer.FileExtension Method

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