Printing Readme

This folder contains examples how to print reports with the Java report viewer.

CustomPrinter.java

Shows how to spool the report to different network printers without user-intervention by using a custom PrinterJob object.

Click to open the sample file.

PrintingWithoutServer.java

Prints without a server with an embedded reporting engine.

Click to open the sample file.

PrintViaViewer.java

Prints with an existing Java report viewer.

Click to open the sample file.