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.RootPath Property

Specifies the root path.

#Declaration

Delphi
property RootPath: string read; write;

#Property Value

Type
string

#Remarks

Use the RootPath property to specify the folder that will serve as the root when exploring reports. If the folder specified doesn’t exist, it will be created automatically when attempting to save a report item into it. If the RootPath property value is an empty string, the current folder will serve as the root. The actual root folder can be obtained using the RealRootPath property.

See Also