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.Items Property

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

#Declaration

Delphi
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