frxReport1.PrepareReport(false)

edited 5:25AM in FastReport 3.0
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.

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 5:25AM
    try with the filecache property turned on
    ;)
  • edited 5:25AM
    Hello.

    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.

Leave a Comment