TdxPSDBBasedExplorer.ItemsFieldNamesMap Property
In This Article
Specifies the names of fields providing the arrangement of report items and data.
#Declaration
Delphi
property ItemsFieldNamesMap: TdxPSDBBasedExplorerItemsFieldNamesMap read; write;
#Property Value
Type |
---|
Tdx |
#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. |
Parent |
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 Parent |
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