chen_xe Posted January 13, 2020 Share Posted January 13, 2020 According to this tutorial:https://community.jaspersoft.com/documentation/tibco-jasperreports-server-ultimate-guide/v640/adding-custom-export-channels 1.Create a new exporter action class that extends the abstract com.jaspersoft.jasperserver.war.action.AbstractReportExporterclass. Name it Report<MyFormat>Exporter.For guidance about creating such a class, look at the ReportCsvExporter class, which is similar. You'll find it in the com.jaspersoft.jasperserver.war.action package.But where can I find the com.jaspersoft.jasperserver.war.action package on the server and if it's so which file should I modify?A Jasper Report rookie. Feel sorry for asking a stupid question. Link to comment Share on other sites More sharing options...
rpeguet Posted September 22 Share Posted September 22 Sorry for the late reply, I just came across it now. Did you download the code source of JasperReports Server. You will probably need Eclipse or a Java IDE to be able to create the new exporter implementation. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now