Databand Footer

Fer CastroFer Castro Ciudad de M?©xico
edited 11:18AM in FastReport VCL 5
Hello

I am working with a report that uses a databand (master databand) and I have fixed the number of rows printer in the band :
     if <line> mod 10 = 0 then
         engine.newpage;

Well, I have a problem with the footer because the footer is printed after the whole dataset is printed, or, is printed after every row in the dataset.

is it possible the footer to be printed after every group of rows? I mean, if my dataset has 25 rows, the footer must be printed every 10 rows, just before the new page.

data band
row1
row2
...
row10
footer

->New Page

row11
row12
...
row20
footer

->New Page

What kinf of component do I have tu insert in my report? is a band? a footer? a child?

Thanks and I hope to be clear.

Regards

Comments

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.