TdxPSDBBasedExplorer.ItemsFieldNamesMap Property
Specifies the names of fields providing the arrangement of report items and data.
Declaration
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