java - Dynamic columns with jasper reports -


i have csv/excel report 5 fixed columns , want add more columns, depending on input. each report generation may require different number of columns.

the jrxml approach done, question - can add dynamic columns in jrxml ?

if not, correct way coding ? example

note: prefer not use dynamic jasper library

i think purpose can best achieved using dynamicjasper creates report design , layout on fly. allow custom made report before generating it.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -