Jump to content
We've recently updated our Privacy Statement, available here ×
  • Export to Docx cut's the table side borders.


    sudata
    • Features: Exporters Version: v7.9.0 Product: Jaspersoft® Studio

    Issue Description:

    Reports in studio which contains table under frame when exported in docx format then left/right border is not properly set and some part is missing(cut). But export to other formats like PDF,HTML works fine.


    Resolution:

    In such cases setting the following property into your report design tamplate JRXM file would solve the problem.

    <property name="net.sf.jasperreports.export.docx.frames.as.nested.tables" value="false"/>
    
    

    --At runtime, each table component is processed with the help of many auxiliary frame elements.

    --Also, the DOCX export is based on the grid layout approach and will generate a large DOCX table containing all elements.

    --For large reports, if we export each frame as a nested table (this is the default option), it is possible to push the number of rows and columns in the resulting DOCX table beyond their limits, and some unexpected effects might occur. We can mitigate this issue by disabling the 'frame as a nested table' property.

     

     


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