group footer align to bottom of page

edited April 2 in FastReport VCL

Hi,

using Fast Reports VCL 6.9.15/c++ builder xe 10.3.

I would like a group footer to be aligned with page bottom. Is it possible?

Thanks.

Comments

  • Hello!

    Yes, this can be done using the report script.

  • Any sample?

  • gpigpi
    edited April 2

    procedure GroupFooter1OnAfterCalcHeight(Sender: TfrxComponent);

    begin

     Engine.CurY := Engine.CurY + Engine.FreeSpace - GroupFooter1.Height - 0.000001;                                                                                                                                                                                               

    end;

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.