TBasedxReportLink.ReportWidth Property
Determines the width of a report.
Declaration
property ReportWidth: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use the ReportWidth property to access the width 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