TCustomdxComponentPrinter.OnMeasureReportTitle Event
Occurs when drawing the report title before the OnCustomDrawReportTitle event.
Declaration
property OnMeasureReportTitle: TdxMeasureReportTitleEvent read; write;
Remarks
Handle this event to draw an image within the report title. Because the height of the report title is calculated automatically and depends on the font used and a report’s scale factor, you should specify the image’s height via the AHeight parameter.
See Also