hello all,
  i m writing a report which needs to be exported in html and csv
 
when the output is csv i want to ignore pagination...
 
i found out that there is a parameter called IS_IGNORE_PAGINATION that needs to be set to
true... but i don't know where to call it...
 
shall i call it before JasperFillManager.fillReport?
 
or before exportReport?
 
and on which class i can call it?
 
i tried, when exporting to Csv, to define a parameterMap which contained
JRParameter.IS_IGNORE_PAGINATION
and JRCsvExporterParameter.FIELD_DEL.IMITER
 
the field delimiter worked fine, but the report completely ignored the IS_IGNORE_PAGINATION
 
anyone could help?
 
thanks and regards
 marco

Reply via email to