CODE
if Dialog.Execute then
begin
with MyReport do
begin
LoadFromFile(Dialog.Filename);
ShowReport;
end;
end;
It always returns the next error: "Class not found preparedreport"
I've tried with ShowPreparedReport, LoadPreparedReport, PrepareReport , and all mix. I always get the same error code.
How can I print a saved report file fr3?