intive-FDV / DynamicJasper

Dynamic Reports using Jasper Reports
http://intive-fdv.github.io/DynamicJasper/
GNU Lesser General Public License v3.0
241 stars 128 forks source link

Set valuetionTime in AutoText #109

Closed LuizGustavoS closed 2 years ago

LuizGustavoS commented 3 years ago

Hi,

I'm trying to use a variable in the autoText, but I need to define a valuetionTime, to get a total count of rows in the report, can I do this in any way?

build.addAutoText("Total: \" + $V{MASTER_TOTAL_PAGES} + \"", AutoText.POSITION_FOOTER, AutoText.ALIGNMENT_CENTER, 300)

Thanks -Luiz