Any idea how to convert the following into CFML?

<%@ page language="java" contentType="text/html;charset=UTF-8"%>

<%@ page import="com.crystaldecisions.report.web.viewer.CrystalReportViewer"%>

<%@ page import="com.crystaldecisions.reports.reportengineinterface.JPEReportSourceFactory,

com.crystaldecisions.sdk.occa.report.reportsource.IReportSourceFactory2,

com.crystaldecisions.sdk.occa.report.reportsource.IReportSource"%>

<%

String path = "/sample.rpt";

IReportSourceFactory2 rsf = new JPEReportSourceFactory();

IReportSource rptSource = (IReportSource) rsf.createReportSource(path,request.getLocale());

CrystalReportViewer viewer = new CrystalReportViewer();

viewer.setReportSource(rptSource);

viewer.processHttpRequest(request,response,getServletConfig().getServletContext(), out);

viewer.dispose();

%>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to