Back to Devexpress

TdxGridReportLink Events

vcl-dxpscxgridlnk-dot-tdxgridreportlink-dot-underscore-events.md

latest5.9 KB
Original Source

TdxGridReportLink Events

Represents a ReportLink object used by the ExpressPrinting System to print the ExpressQuantumGrid component.

NameDescription
OnChangeComponentOccurs when the Component property changes. Inherited from TBasedxReportLink.
OnCustomDrawBandCellOccurs when the band headers in the report are going to be drawn.
OnCustomDrawCardRowCaptionCellOccurs when the row captions of a card view in the report are going to be drawn.
OnCustomDrawCardRowDataCellOccurs when the contents of a row in a card view in the report are going to be drawn.
OnCustomDrawCellOccurs when the contents of a cell in the report are going to be drawn.
OnCustomDrawFilterBarOccurs when the filter panel in the report is going to be drawn.
OnCustomDrawFooterCellOccurs when the footer panel for a cell in the report is going to be drawn.
OnCustomDrawHeaderCellOccurs when the column headers in the report are going to be drawn.
OnCustomDrawLevelCaptionOccurs when the level captions in the report are going to be drawn.
OnCustomDrawPageFooterEnables you to custom paint page footers for the report link. Inherited from TBasedxReportLink.
OnCustomDrawPageHeaderEnables you to custom paint page headers for the report link. Inherited from TBasedxReportLink.
OnCustomDrawReportLinkFootnotesEnables you to custom paint footnotes. Inherited from TBasedxReportLink.
OnCustomDrawReportLinkTitleOccurs when drawing the report title. Inherited from TBasedxReportLink.
OnDataSourceChangedEnables you to respond to an impending change in the report link’s report source. Inherited from TBasedxReportLink.
OnDestroyOccurs when a report link is being destroyed. Inherited from TBasedxReportLink.
OnFilterStyleOccurs when retrieving the list of available print styles. Inherited from TBasedxReportLink.
OnGetCellHeightEnables you to adjust the height of any cell in a report.
OnGetCustomPageBreaksEnables you to insert custom page breaks into a report.
OnGetNewReportStorageNameEnables you to customize the report storage’s default name. Inherited from TBasedxReportLink.
OnInitializeBandCellOccurs when a band header in the Grid control’s table view is rendered for the report.
OnInitializeCardRowCaptionCellOccurs when a row caption in the Grid control’s card view is rendered for the report.
OnInitializeCardRowDataCellOccurs when a data cell in the Grid control’s card view is rendered for the report.
OnInitializeCellOccurs when a data cell in the Grid control’s table view is rendered for the report.
OnInitializeChartCell
OnInitializeFilterBarOccurs when a filter panel in the Grid control’s table view is rendered for the report.
OnInitializeFooterCellOccurs when a footer cell in the Grid control’s table view is rendered for the report.
OnInitializeHeaderCellOccurs when a column header in the Grid control’s table view is rendered for the report.
OnInitializeLevelCaptionOccurs when a grid level caption for a Grid control’s table view is rendered for the report.
OnMeasureReportLinkFootnotesEnables you to customize a footnote’s height. Inherited from TBasedxReportLink.
OnMeasureReportLinkTitleOccurs when drawing the report title before the OnCustomDrawReportLinkTitle event. Inherited from TBasedxReportLink.

See Also

TdxGridReportLink Class

TdxGridReportLink Members

dxPScxGridLnk Unit