Jump to content
We've recently updated our Privacy Statement, available here ×
  • How to enable text output on JasperReports Server


    abresci

    [toc on_off::hide=1]

    If you want to add the text-only (.txt) report format option to your Export menus in JasperReports Server, you can do so by editing the following file:

    {your jasperreports server install directory}jasperserver-proWEB-INFflowsviewReportBeans.xml

    Simply un-comment the following line:

    <!-- entry key="txt" value-ref="txtExporterConfiguration"/-->

    To be:

    <entry key="txt" value-ref="txtExporterConfiguration" />

    Once you restart JasperReports Server, you will see "Text Only" listed as an option in your Export menus along with HTML, PDF, Excel, etc.
     


    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...