TBasedxReportLink.ReportHeight Property
Determines the height of a report.
Declaration
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