TBasedxReportLink.OnMeasureReportLinkFootnotes Event
In This Article
Enables you to customize a footnote’s height.
#Declaration
Delphi
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