I'm trying to change the line spacing dynamically using styled markup with variable in IReport. This is how I attempt to do it, inside of my textfield
"<style lineSpacingSize='" + $V{linespace} + "'>" + $P{long_paragraph} + "</style>"
but it seems it doesn't have lineSpacingSize attributes, Is there any other way to do it?