Print web report immediately while loading report with RAQ Report
Background
For printing web report, users often need to print it by clicking the print button. However, sometimes users may want to print report immediately when loading the report on browser.
Solution
As a real Excel-like web reporting tool, RAQ Report provides a direct print function for users. You only need to use the tag <object></object> in the JSP file to call the applet program directly. The solution is that write a print class, which inherits the direct print class DirectPrintApplet,and call the print program directly in the DirectPrintApplet.java. Then you can print the uploading report directly without the trigger program.
Easy operation
1. Write a print class, which inherits the direct print class DirectPrintApplet.(You can choose the DirectPrintWithoutShow name as you like).
2. Put the print class into runqianReport4Applet.jar. Remember to decompress runqianReport4Applet.jar firstly and delete the mete folder before compress it.
3. Sign the new runqianReport4Applet.jar.
4. Use the new class name instead of the called class name in the jsp when direct print while loading report.
Source: Knowledge Base of RAQ Report
Related Articles:
Preformatted Paper Printing of RAQ Report;
Save printing configuration at client-side with Java reporting tool - RAQ Report;
Arrange card type reports easily with reporting tool;
How to easily set page break as you like? ;
Useful Links:
Excel-like Web-based Reporting Software;
Freezea’s Report Lesson;
Reporting Insights from Raqman;
Automatically Printing Crystal Reports in ASP.NET;