Question Rui Figueiredo · Jan 4, 2018

Dynamic Report Header Height

Hi, 

I would like to set the report headerHeight dynamically based on a group records count.

Example:

If GroupA has 5 records then the headerHeight should be 50mm

If GroupA has 3 records then the headerHeight should be 30mm

Could you please advice the best approach to achieve this?

Thank you,

Rui

Comments

Ernesto Fischer · Feb 7, 2018

Hi Rui,

You can handle the reportHeight in the OnAfterCreateDisplay call back method.

But on how to gather the information on the number of records will depend a lot on how your report is written. If you could post or attach a sample report will help.

Regards,

Ernesto

0