TBasedxReportLink.OnMeasureReportLinkFootnotes Event
Enables you to customize a footnote’s height.
Declaration
property OnMeasureReportLinkFootnotes: TdxMeasureReportLinkTitleEvent read; write;
Remarks
Fires when a footnote’s drawing information is being calculated, and before the OnCustomDrawReportLinkFootnotes event is generated.
Sender returns the report link that generates this event.
AHeight specifies the footnote’s height.
See Also