Jump to content
We've recently updated our Privacy Statement, available here ×
  • Background band not appearing for Table Component


    Friendly User
    • Version: v6.2 Product: JasperReports® Library

    Problem:

    You are developing a report that has a background band and uses table component. When you run the report, the table component shows above the background and does not show the background band behind itself.


    Solution:

    The reason for this is that table component has it's own set of styles that are not transparent. You need to change that by making the table element itself transparent (select table -> transparent -> checked) and set the transparent properties in table styles to true.


    User Feedback

    Recommended Comments

    *Just remove the tableHeader style and detailCell style
    • <jr:tableHeader style="Table_TH" height="60" rowSpan="2">
    • <jr:detailCell style="Table_TD" height="30">

     

    /home/user/Pictures/watermark.png/home/user/Pictures/watermark.png

    Link to comment
    Share on other sites



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