Also bei uns funktioniert das in der schon vorher beschriebenen Syntax einwandfrei. Wichtig ist nur das PrepareReport davor:
frReport ist eine TfrReport-Variable.
Delphi-Quellcode:
frReport.PrepareReport;
if VORSCHAU then
frReport.ShowReport
else
frReport.PrintPreparedReport('', 1);