Skip to content

OnCreateTree - cDRGroupTree

Method Type

Procedure

Arguments

Description

This event calls the private ComReportGroupInfo function of the cDRReport class and retrieves the top-level group information from the report. The function creates one root item with the name of the report, and all groups will be nested underneath.

Groups may be marked as hidden in the report definition and are, by default, not displayed in the treeview, as users won't see the data printed in the section. The property pbShowHiddenGroups (cDRReport class) may be set to true to show the hidden groups in the treeview.

The information returned from ComReportGroupInfo is stored in the private property pvReportGroupInfo.

Notes

  • Always implement a forward send when augmenting this event in an object of the class.