Skip to main content

TdxPSDBBasedExplorerItem Class

Represents a report item in a TdxPSDBBasedExplorer component.

Declaration

TdxPSDBBasedExplorerItem = class(
    TdxPSExplorerItem
)

Remarks

A data-aware explorer component that allows end-users to explore reports stored in a dataset. Each individual report is represented by a record from the explorer’s items dataset. Thus, a TdxPSDBBasedExplorerItem object corresponds to such a record.

TdxPSDBBasedExplorerItem objects can be accessed using the explorer component’s FindItemByID and FindCustomItemByUniqueID methods. You can also access a folder’s child items using the folder object’s items property. If you need to create a new item based on a particular report link’s settings, use the explorer’s CreateNewItem method or a folder’s CreateItem method.

The common functionality of items used by explorer components is implemented by the TdxPSExplorerItem class. The TdxPSDBBasedExplorerItem class inherits this functionality and introduces new members specific to data-aware explorers.

Inheritance

See Also