I am using the JasperReports 4.0.5. Trying to suppress group footer and headers while exporting to CSV.
I’ve tried the using of
net.sf.jasperreports.export.{format}.exclude.origin.{suffix}.{arbitrary_name} property.
It didn’t work.
Any suggestions?
TU
For hiding only the groupHeader band you should add this two properties (both lines) to the jrxml file, for example:
For hiding both groupHeader and groupFooter bands you should add all this properties to jrxml file:
In both samples the group name is GroupExpenses.
For more details look at How can I suppress page headers and footers when exporting to XLS? topic.