Jump to content
We've recently updated our Privacy Statement, available here ×
  • How to hide group header from CSV export of a JRXML report


    Dhiraj Pahlani
    • Features: Reports Product: Jaspersoft® Studio

    Requirement:
    To hide group header from CSV export of the JRXML report.

    Solution:
    Use below two properties to hide the group header from the CSV export of your JRXML report:

    <property name="net.sf.jasperreports.export.csv.exclude.origin.band.2" value="groupHeader"/>

    <property name="net.sf.jasperreports.export.csv.exclude.origin.group.2" value="<group header name>"/>

    So, for example, if the group header name is Dummy, the above property will be:
    <property name="net.sf.jasperreports.export.csv.exclude.origin.group.2" value="Dummy"/>

    A sample test JRXML report is attached for reference.

    ___________________________________________________________________________
    Ref. Case #02151318

    actual_size.620.jrxml


    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...