1
I have a project in Delphi 2010 in which I use Ravereport to make PDF reports, my question and the following and possible to define the size Width
Heigth
from the PDF page.
I tried it but it makes a mistake:
var PWidth: Double;
PWidth := 20;
System.BaseReport.PageWidth := PWidth;
What error is happening?
– durtto