Show designer
Hi,
Is this code correct:
with TfrxReport.Create(Application.MainForm) do
try
DesignReport(True);
finally
Free;
end;
because no designer is shown.
Thanks.
Is this code correct:
with TfrxReport.Create(Application.MainForm) do
try
DesignReport(True);
finally
Free;
end;
because no designer is shown.
Thanks.
Comments
fReport.DesignReport(True);