TdxGridReportLink Events
Represents a ReportLink object used by the ExpressPrinting System to print the ExpressQuantumGrid component.| Name | Description |
|---|---|
| OnChangeComponent | Occurs when the Component property changes. Inherited from TBasedxReportLink. |
| OnCustomDrawBandCell | Occurs when the band headers in the report are going to be drawn. |
| OnCustomDrawCardRowCaptionCell | Occurs when the row captions of a card view in the report are going to be drawn. |
| OnCustomDrawCardRowDataCell | Occurs when the contents of a row in a card view in the report are going to be drawn. |
| OnCustomDrawCell | Occurs when the contents of a cell in the report are going to be drawn. |
| OnCustomDrawFilterBar | Occurs when the filter panel in the report is going to be drawn. |
| OnCustomDrawFooterCell | Occurs when the footer panel for a cell in the report is going to be drawn. |
| OnCustomDrawHeaderCell | Occurs when the column headers in the report are going to be drawn. |
| OnCustomDrawLevelCaption | Occurs when the level captions in the report are going to be drawn. |
| 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. |
| OnGetCellHeight | Enables you to adjust the height of any cell in a report. |
| OnGetCustomPageBreaks | Enables you to insert custom page breaks into a report. |
| OnGetNewReportStorageName | Enables you to customize the report storage’s default name. Inherited from TBasedxReportLink. |
| OnInitializeBandCell | Occurs when a band header in the Grid control’s table view is rendered for the report. |
| OnInitializeCardRowCaptionCell | Occurs when a row caption in the Grid control’s card view is rendered for the report. |
| OnInitializeCardRowDataCell | Occurs when a data cell in the Grid control’s card view is rendered for the report. |
| OnInitializeCell | Occurs when a data cell in the Grid control’s table view is rendered for the report. |
| OnInitializeChartCell | |
| OnInitializeFilterBar | Occurs when a filter panel in the Grid control’s table view is rendered for the report. |
| OnInitializeFooterCell | Occurs when a footer cell in the Grid control’s table view is rendered for the report. |
| OnInitializeHeaderCell | Occurs when a column header in the Grid control’s table view is rendered for the report. |
| OnInitializeLevelCaption | Occurs when a grid level caption for a Grid control’s table view is rendered for the 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