I have a set to data to be shown in a tabular format using jasper report and currently writing the .jrxml file.
In my dataset, i have data which will serve us to kno
Your use case looks like your columns can only be identified at run time. For such use cases,you can look at either of two libraries - dynamic jasper and dynamic reports. I have seen more usage of dynamic jasper over dynamic reports though.