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

TdxPSFileBasedExplorerItem Class

Represents a report item in a TdxPSFileBasedExplorer component.

#Declaration

Delphi
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