I have a project in Delphi 2010 in which I use RaveReport to perform PDF reports, my question is the following and it is possible to set the% size of the%% of% of the PDF page.
I tried this but it gives error:
var PWidth: Double;
PWidth := 20;
System.BaseReport.PageWidth := PWidth;