Back to Devexpress

TdxPSDBBasedExplorer.ItemsFieldNamesMap Property

vcl-dxpsdbbasedxplorer-dot-tdxpsdbbasedexplorer-d06c0bab.md

latest1.9 KB
Original Source

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:

PropertyDescription
IDSpecifies the name of the field containing the unique Ids of report items.
NameSpecifies the name of the field containing report item names.
ParentIDSpecifies 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.
DataSpecifies 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

TdxPSDBBasedExplorer Class

TdxPSDBBasedExplorer Members

dxPSDBBasedXplorer Unit