Kunden Login Forum Online Help Open Source English Version

Report Engine und PDF Library: Beispielprogramm in Delphi (VCL)

procedure TForm1.FormCreate(Sender: TObject);
begin
Report.OpenDoc;
Report.Print(1.5, 1, 'Hello World!');
Report.Picture(1.5, 2, VFREE, VFREE, 'beispiel.jpg');
Report.WriteDoc('Mein Dokument.pdf');
Report.Preview;
end;

bullet Kundenstimmen

"We are using Crystal report from version 5..6..7..8..8.5
In one hour of work we produced the best report we have ever seen using VPE, and we produce incredible complex reports. We have the control over all parameters and the precision: FANTASTIC!!"

Antonio Iannuzzi, Analist Group Srl, Mercogliano, Italy

Weitere Stimmen...