Skip to main content

TcxTreeListCustomReportLink Events

Represents a report link for printing out the TreeList control.
Name Description
OnChangeComponent Occurs when the Component property changes. Inherited from TBasedxReportLink.
OnCustomDrawBandCell Enables custom painting of the TreeList control band header within the report.
OnCustomDrawCell Enables custom painting of the TreeList control node cell within the report.
OnCustomDrawFooterCell Enables custom painting of the TreeList control footer within the report.
OnCustomDrawHeaderCell Enables custom painting of the TreeList control column header within the report.
OnCustomDrawIndentCell Enables custom painting of the TreeList control node indent within the report.
OnCustomDrawPageFooter Enables you to custom paint page footers for the report link. Inherited from TBasedxReportLink.
OnCustomDrawPageHeader Enables you to custom paint page headers for the report link. Inherited from TBasedxReportLink.
OnCustomDrawReportLinkFootnotes Enables you to custom paint footnotes. Inherited from TBasedxReportLink.
OnCustomDrawReportLinkTitle Occurs when drawing the report title. Inherited from TBasedxReportLink.
OnDataSourceChanged Enables you to respond to an impending change in the report link’s report source. Inherited from TBasedxReportLink.
OnDestroy Occurs when a report link is being destroyed. Inherited from TBasedxReportLink.
OnFilterStyle Occurs when retrieving the list of available print styles. Inherited from TBasedxReportLink.
OnGetCustomPageBreaks Enables adding custom page breaks to the TreeList control report.
OnGetNewReportStorageName Enables you to customize the report storage’s default name. Inherited from TBasedxReportLink.
OnInitializeBandCell Occurs when a TreeList band header is rendered for the report.
OnInitializeCell Occurs when a TreeList data cell is rendered for a report.
OnInitializeFooterCell Occurs when a TreeList footer cell is rendered for a report.
OnInitializeHeaderCell Occurs when a TreeList column header is rendered for a report.
OnInitializeIndentCell Occurs when a TreeList node indent is rendered for a report.
OnMeasureReportLinkFootnotes Enables you to customize a footnote’s height. Inherited from TBasedxReportLink.
OnMeasureReportLinkTitle Occurs when drawing the report title before the OnCustomDrawReportLinkTitle event. Inherited from TBasedxReportLink.
See Also