TdxCustomListBoxReportLink Events
The base class used to print both the TListBox and TCheckListBox components.Name | Description |
---|---|
OnChangeComponent | Occurs when the Component property changes. Inherited from TBasedxReportLink. |
OnCustomDrawItem | Occurs when drawing a specific item within a list box control. |
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 custom page breaks to be added to a report. Inherited from TAbstractdxGridReportLink. |
OnGetNewReportStorageName | Enables you to customize the report storage’s default name. Inherited from TBasedxReportLink. |
OnInitializeItem | Occurs before the created report element is rendered. Inherited from TAbstractdxGridReportLink. |
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