This lesson assumes that you have been asked to integrate ProductSalesAnalysis.cls with a JSP page in the Sales Order application. However, you need more flexibility than the JReport mainpage tag provides. This lesson will display ProductSalesAnalysis.cls in DHTML format in a new web browser window.
In this lesson you will use DHTML API to run the report instead of using the tag library. The JSP page that runs the report set is provided as part of the lesson.
<install_root>\Demo\source to <install_root>\public_html\jag.
Create the jag directory if you did not already do so in Lesson 1.
<%@ page import="jet.web.dhtml.*" %> |
The report set is displayed according to the specifications provided.
In this task you have learned how to use JSP and DHTML API to run a report set.