antonio.martuscelli Posted August 25, 2022 Posted August 25, 2022 Hello to everyone!!!I am working with Jaspersoft Studio and need a way to stretch the height(y) of an entire deatail depending on the height(l) of the content.Is it possible on Studio?If yes, in which way?Thanks in advance,Antonio
mlopez_1 Posted August 25, 2022 Posted August 25, 2022 Try to use Detail properties -> Appearance -> Band properties -> Split type -> StretchRegards, Mariano
Swapnil Pawar Posted February 13, 2023 Posted February 13, 2023 Hello,Please go through the below-attached youtube video for detailed information: In JasperReports Library 7.5.0 the isStretchWithOverflow attribute has been deprecated and replaced with the textAdjust attribute. These are helpful when your textField's dimensions might be too small for the amount of data that might come from your data source. The textAdjust attribute includes the original two behaviors and adds a third. - StretchHeight: replicates the previous behavior you got from setting isStretchWithOverflow to true- ScaleFont: is new, The font size of the text is scaled down so that the entire content fits the text field element size.Reference:https://jasperreports.sourceforge.net/schema.reference.html#textField:~:text=isStretchWithOverflowI hope this will help you! Thanks!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now