Skip to main content

TdxPSFileBasedExplorerItem Class

Represents a report item in a TdxPSFileBasedExplorer component.

Declaration

TdxPSFileBasedExplorerItem = class(
    TdxPSExplorerItem
)

Remarks

The file-based explorer component enables you to store reports as files, represented by a TdxPSFileBasedExplorerItem object and an individual report item is such a component. Thus, it represents a file holding a report’s data.

The common functionality of items used in file-based and data-aware explorer components is implemented in the TdxPSExplorerItem class. The TdxPSFileBasedExplorerItem class inherits that functionality and introduces the functionality specific to file-based explorers.

TdxPSFileBasedExplorerItem instances can be obtained via the file-based explorer’s FindItemByFullQualifiedFileName method. Note that you can also access individual report items using the Items and FindItemByFullQualifiedFileName methods of folder objects.

Inheritance

See Also