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

TdxPSDBBasedExplorer.ItemsFieldNamesMap Property

Specifies the names of fields providing the arrangement of report items and data.

#Declaration

Delphi
property ItemsFieldNamesMap: TdxPSDBBasedExplorerItemsFieldNamesMap read; write;

#Property Value

Type
TdxPSDBBasedExplorerItemsFieldNamesMap

#Remarks

The ItemsFieldNamesMap property provides access to an object that exposes the following properties:

Property Description
ID Specifies the name of the field containing the unique Ids of report items.
Name Specifies the name of the field containing report item names.
ParentID Specifies the name of the field specifying parent folder IDs. Note that the root folder’s ID is considered to be 0. Thus, all items whose ParentID field value is 0 are the root folder’s immediate children. Note also, that if the ParentID field value doesn’t match any of the folder’s IDs or 0, the corresponding item is not displayed.
Data Specifies the name of the field containing report data.

Note that all these properties should refer to fields in the dataset specified by the Items property.

See Also