Skip to main content

TdxPSDBBasedExplorer.Items Property

Specifies the dataset whose field values specifies the report items arrangement within folders and holds report data.

Declaration

property Items: TDataSet read; write;

Property Value

Type
TDataSet

Remarks

Use the Items property to specify the dataset whose field’s contain report data and specify report arrangements within the folders hierarchy. Note that the dataset should contain four fields that specify an item’s ID, its name, report data and its parent folder’s ID. Use the ItemsFieldNamesMap property to specify which particular fields contain the information required.

If the Items property value is nil or not all the required field names are specified, end-users will not be able to save and explore reports.

See Also