frxReport1.PrepareReport(false)

edited 5:35PM 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:35PM
    try with the filecache property turned on
    ;)
  • edited 5:35PM
    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

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.