TBasedxReportLink.ReportHeight Property
In This Article
Determines the height of a report.
#Declaration
Delphi
property ReportHeight: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
Use the ReportHeight property to access the height of a report in pixels without binding to page settings. This may be useful when a user implements his or her own OnCustomDrawPage event handler to position a report on pages.
See Also