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
Post a Comment