Jump to content
  • How to over-ride net.sf.jasperreports.exclude statements


    ghudson_1
    • Version: v7.1 Product: JasperReports® Server

    Issue Description

    A customer has specific net.sf.jasperreports.exclude statements set at a server-wide level in their jasperserver.properties file, but in a few specific reports they need the exclude statements to ignored and not be respected.

    Resolution

    Those properties can be specified at a report level which will override any server-level setting. In your jrxml, you can just set the value to empty, like: To make sure the property has no effect at all, you can specify an empty value in the report property, like:

    <property name="net.sf.jasperreports.export.xls.exclude.origin.band.1" value=""/>
    

    Ref. Case 01603086


    User Feedback

    Recommended Comments

    There are no comments to display.



    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 account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...