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

TCustomdxPSExplorer.BuildTree(TCustomdxPSExplorerTreeContainer) Method

Builds the report tree using the specified tree container.

#Declaration

Delphi
procedure BuildTree(ATreeContainer: TCustomdxPSExplorerTreeContainer);

#Parameters

Name Type
ATreeContainer TCustomdxPSExplorerTreeContainer

#Remarks

The BuildTree method is used internally to build the folders and reports tree displayed by the report explorer. The ATreeContainer parameter specifies the object controlling the report tree visual representation. Such an object can be obtained by calling the CreateTree method.

You will have no need to call this method if the default behavior of the TdxPSFileBasedExplorer and TdxPSDBBasedExplorer components suits your needs. You can make use of it however, if, for instance, you need to display the report tree on the form but not within the preview window. See the DBBasedExplorer demo for an example.

See Also