Skip to main content

TdxPSDBBasedExplorer.Folders Property

Specifies the dataset whose field values determine the folder’s structure.

Declaration

property Folders: TDataSet read; write;

Property Value

Type
TDataSet

Remarks

Use the Folders property to specify a dataset whose data specifies the folder’s structure. Note that the dataset assigned should contain three fields that specify a folder’s unique ID, its name and its parent folder’s ID. This enables you to provide a hierarchical folders structure. Use the FoldersFieldNamesMap property to specify which particular fields provide the desired data.

If the Folders 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