About 3,580,000 results
Open links in new tab
  1. Best way of printing simple reports in java - Stack Overflow

    Jul 9, 2010 · DynamicReports is an open source reporting tool. You can create reports quickly without needing to use a visual designer. See the examples. When printing invoices and reports, no doubt you want them to look more than basic - hence your problem.

  2. printing - How to print a report in Java? - Stack Overflow

    Mar 6, 2014 · offers a reporting tool (Crystal Report) to print reports. I'm using a JTable populated by a source. How do I print the records from the JTable without using jTable.print()?

  3. Java Generating Formatted Report in Text file format

    Dec 11, 2012 · I have been looking for a way to generate a nicely formatted report in text file using java. For example, I might need to print a report in the following format

  4. ReportCat - The Java Report Print SDK Library

    ReportCat is a powerful print library for Java. It has an elegant building block architecture and adds a higher abstraction layer to the standard Java print API. Printing reports gets as easy as using swing components.

  5. Getting started with JasperReports // Printing reports from your java ...

    Jul 16, 2007 · In the past 2 entries (Part I and Part II) we learned how to develop a basic report and how to fill it with data from a database with a JDBC connector. Now we will learn how to generate a report from within a Java application and how to set some basic parameters.

  6. Printing the Report Template from Code - Samples - Stimulsoft

    This sample shows how to print a report from Java to the specified printer (Swing). First, create the JFrame and set the necessary options:

  7. Java Reporting Tools: a Comparison - Baeldung

    Jan 8, 2024 · With Pentaho and Jasper Reports, it is simply not possible to do that, as the report file is binary and there is no Java SDK to modify them. By comparison, BIRT reports are plain-XML files. Moreover, we can use a Java API to modify them, so it’s very easy to customize everything at runtime.

  8. Choosing a printer programmatically in Jasper Reports

    Mar 22, 2007 · In this post, we’ll explore how to programmatically choose a printer and print reports using Jasper Reports. Let’s check an example that demonstrates how to achieve this. public void printReport() { // Fill the JasperPrint object with data JasperPrint print = JasperFillManager.fillReport(

  9. Simple Java program for printing a student report - uses JDBC ... - GitHub

    Simple program for printing a student report - uses JDBC, MySQL. Requires access to MySQL database at mysql.cs.wwu.edu:3306/loehrj . Accepts as input a student ID, which is used to query a MySQL database, and outputs the student's name, transcript, and GPA.

  10. How I Built a Simple Report Card Program in Java - HackerNoon

    Mar 6, 2022 · Learn How to make a simple Report Card System in Java, which will accept 2 subjects but later it will be updated to 15 subjects.

Refresh