Posts by sibS • 26 points
3 posts
-
0
votes1
answer512
viewsA: 2 Way Printing Jaspersoft Studio
I was able to solve this problem by truncating the number of items per page in the code itself. I created a method with the logic responsible for breaking the items. Basically it is the code snippet…
-
0
votes1
answer357
viewsA: How to leave minimum table column size in css
There is the property min-height of css. What you can do is create a class with this property: .foo { min-height: 300px; } As suggested in this post:…
-
1
votes1
answer512
viewsQ: 2 Way Printing Jaspersoft Studio
I have a Master report that has two "Detail Band", with a defined height, which should not be modified. My Sub-report also has a "Detail Band", with a Jrbeancollectiondatasource, the parameters are…