TCustomdxOrgChartReportLink Class
In This Article
The TCustomdxOrgChartReportLink object represents the base class used to print both the TdxOrgChart (ExpressOrgChart) and TdxDBOrgChart (ExpressDBOrgChart) components.
#Declaration
Delphi
TCustomdxOrgChartReportLink = class(
TCustomdxGraphicReportLink
)
#Remarks
TCustomdxOrgChartReportLink is a common ancestor for both the TdxOrgChartReportLink and TdxDBOrgChartReportLink objects. It provides the functionality necessary to print the ExpressOrgChart and ExpressDBOrgChart.
#Inheritance
See Also
TCustomdxOrgChartReportLink