dirtyholmes
Programmer
Hi,
I am trying to integrate a crystal report into my JSP page and i am following instructions in the Crystal Reports 10 book (page 640 ). I am told to import 3 classes into the JSP application.
JPEReportSourceFactory
.IReportSourceFactory2 and
.IReportSource
when following the instructions and trying to include IReportSource, when i type in the following path
<% @ page import=
"com.crystaldecisions.reports.reportengineinterface.
i do not have the option to choose the IReportSource class as stated in the instructions. I only have the JPEReportSource class which causes my application to crash. Has anyone come across this problem or know how to fix it.
Alternatively if anyone has an idea where i can locate clean instructions to view crystal reports in JSP pages then i would be greatful.
Many Thanks
I am trying to integrate a crystal report into my JSP page and i am following instructions in the Crystal Reports 10 book (page 640 ). I am told to import 3 classes into the JSP application.
JPEReportSourceFactory
.IReportSourceFactory2 and
.IReportSource
when following the instructions and trying to include IReportSource, when i type in the following path
<% @ page import=
"com.crystaldecisions.reports.reportengineinterface.
i do not have the option to choose the IReportSource class as stated in the instructions. I only have the JPEReportSource class which causes my application to crash. Has anyone come across this problem or know how to fix it.
Alternatively if anyone has an idea where i can locate clean instructions to view crystal reports in JSP pages then i would be greatful.
Many Thanks