frxReport1.PrepareReport(false)
Is it any limit to how may pages you can merge into one report?
I tryd to create one report of 367 pages.
The first 50 pages was created in 15 secunds, and the 50 last used 90 ssecunds.
And the memory use was on about 250 Mb. and it did not go down after I was finish with the report using frxReport1.ShowPreparedReport;
Any sugestion?
S.
I tryd to create one report of 367 pages.
The first 50 pages was created in 15 secunds, and the 50 last used 90 ssecunds.
And the memory use was on about 250 Mb. and it did not go down after I was finish with the report using frxReport1.ShowPreparedReport;
Any sugestion?
S.
Comments
I fixed the problem with that mamory dident releas after use by createing and using free for the hole report component.
andI tried to set
frxReport1.EngineOptions.MaxMemSize:=100;
frxReport1.EngineOptions.UseFileCache:=True;
But i have the same problem with speed.
S.