Back to Devexpress

TCustomdxPSExplorer Class

vcl-dxpscore-a9bf1fe4.md

latest1.6 KB
Original Source

TCustomdxPSExplorer Class

Serves as the base for report explorers.

Declaration

delphi
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.

Implements

IdxPSExplorerContextCommands

IdxPSExplorerContextCommands2

Inheritance

TObject TPersistent TComponent TCustomdxPSExplorer

See Also

TCustomdxPSExplorer Members

dxPSCore Unit