I have some application in java. How do I print data from dataset to printer?please give us a sample code or the name of a report tool
One option is JFreeReport, which you can use to print JTable data:www.object-refinery.com/jfreereport/index.htmlYou can preview reports, send them to the printer, or export them to PDFfiles. There is support for headers, footers, grouping, report functionsetc. Complete source code included subject to the GNU LGPL.