TBasedxReportLink.OnMeasureReportLinkTitle Event
Occurs when drawing the report title before the OnCustomDrawReportLinkTitle event.
Declaration
property OnMeasureReportLinkTitle: TdxMeasureReportLinkTitleEvent read; write;
Remarks
The height of the report title region is calculated automatically and depends upon the font used. If you wish to paint an image in the report title or paint its text using a custom font size, do the following to provide the title’s height:
Handle the OnMeasureReportLinkTitle event or the component printer’s OnMeasureReportTitle event.
Pass the new height as the AHeight event parameter.
See Also