TBasedxReportLink Events
The base class for all classes that implement report links for DevExpress VCL controls.Name | Description |
---|---|
OnChangeComponent | Occurs when the Component property changes. |
OnCustomDrawPageFooter | Enables you to custom paint page footers for the report link. |
OnCustomDrawPageHeader | Enables you to custom paint page headers for the report link. |
OnCustomDrawReportLinkFootnotes | Enables you to custom paint footnotes. |
OnCustomDrawReportLinkTitle | Occurs when drawing the report title. |
OnDataSourceChanged | Enables you to respond to an impending change in the report link’s report source. |
OnDestroy | Occurs when a report link is being destroyed. |
OnFilterStyle | Occurs when retrieving the list of available print styles. |
OnGetNewReportStorageName | Enables you to customize the report storage’s default name. |
OnMeasureReportLinkFootnotes | Enables you to customize a footnote’s height. |
OnMeasureReportLinkTitle | Occurs when drawing the report title before the OnCustomDrawReportLinkTitle event. |
See Also