Skip to main content

TCustomdxPSExplorer Class

Serves as the base for report explorers.

Declaration

TCustomdxPSExplorer = class(
    TComponent,
    IdxPSExplorerContextCommands,
    IdxPSExplorerContextCommands2
)

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