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

TCustomdxPSExplorer Class

Serves as the base for report explorers.

#Declaration

#Remarks

The TCustomdxPSExplorer class implements the basic functionality of the TdxPSFileBasedExplorer and TdxPSDBBasedExplorer classes. These are the components that allow reports to be saved into a tree structure and explore them when invoking report previews. Each explorer class has its specifics depending on the storage type, however they also have much in common with regard to the report structure and management.

Refer to the TdxPSFileBasedExplorer and TdxPSDBBasedExplorer class descriptions for details on binding explorers to the component printer and available explorer components.

#Inheritance

TObject
TPersistent
TComponent
TCustomdxPSExplorer
See Also