TBasedxReportLink.ReportWidth Property
In This Article
Determines the width of a report.
#Declaration
Delphi
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