Back to Devexpress

TdxDrawGridReportLink Events

vcl-dxpsstdgrlnk-dot-tdxdrawgridreportlink-dot-underscore-events.md

latest3.5 KB
Original Source

TdxDrawGridReportLink Events

A report link that allows you to print the standard TDrawGrid component.

NameDescription
OnChangeComponentOccurs when the Component property changes. Inherited from TBasedxReportLink.
OnCustomDrawCellOccurs when drawing a cell.
OnCustomDrawCellExEnables you to custom paint cell contents.
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.
OnGetCustomPageBreaksEnables custom page breaks to be added to a report. Inherited from TAbstractdxGridReportLink.
OnGetNewReportStorageNameEnables you to customize the report storage’s default name. Inherited from TBasedxReportLink.
OnInitializeItemOccurs before the created report element is rendered. Inherited from TAbstractdxGridReportLink.
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

TdxDrawGridReportLink Class

TdxDrawGridReportLink Members

dxPSStdGrLnk Unit