marinho / geraldo

Geraldo is a reports engine for Python and Django applications. It uses the power of ReportLab and PIL to generate reports with page header and footer, child bands, report begin and summary bands, agreggation and graphic elements, etc.

Home Page:http://geraldoreports.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

line_height for header_band for reportgroup changes parent report.summary_band cords?!

italomaia opened this issue · comments

I have a report here with a reportgroup in it. I noticed that if I have a big line height for the reportgroup's header_band the parent report classes band_summary renders more down in the report. This seems off as the summary is written once and you can place it whenever you want.

Not at all sure what that means. Can you provide a code sample that reproduces the problem?