JasperReportBuilder HTML row height

Hello community.

I am building a report with JasperReportBuilder from a JDBC data source and afterward I export it to HTML by calling the toHtml with a JasperHtmlExporterBuilder object. I have been trying to get rid of extra space that exists above the text in each of my rows, column header row, and even my title. I have tried everything I can think of and have been searching online to no avail. It seems most people have the opposite problem: they need to grow their rows to fit their text. I would like to force my rows to be the height of their contents. If that's not possible, I would be happy with restricting the height of my rows. The HTML exporter appears to be controlling the height of my rows by inserting an image and setting its height.

Any help would be appreciated. Thanks!

misterwalker's picture
Joined: Mar 12 2013 - 11:02am
Last seen: 10 years 2 weeks ago

0 Answers:

No answers yet
Feedback
randomness