printing - How to print a report in Java? -


i came c#. .net offers reporting tool (crystal report) print reports. i'm using jtable populated source.

how print records jtable without using jtable.print()? how can control layouting? way print reports in java use java.awt.print , javax.print?

birt allows handle data pojo (plain old java object) datasource, consult birt developer channel on youtube, there tutorial that.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

angularjs - ng-repeat duplicating items after page reload -