Posted on November 23rd, 2015 by Jyotirmaya Dehury
While developing reports, its a common requirement to have the textbox height dynamic which should increase or decrease based on its content. To achieve this in JasperReport is a bit tricky, because here we need to handle the textbox dynamic height along with all other objects position and height relative to the textbox in that […]
Posted on November 23rd, 2015 by Arup Sahoo
With the recent release of JasperReport Plug-in, Now, you can directly add any fields, calculations(stored/un-stored), aggregations, global variables, related fields and many more, to your Jasper Report, as you are doing in Servoy itself. You don’t have write huge SQL Query for the same. Just pass your foundset to the report and access the fields, […]
Posted on November 23rd, 2015 by Pradipta Behera
In Jasper Reporting, normally we filter the Sub Dataset by using Servoy relations of type net.sf.jasperreports.engine.JRDataSource but in certain condition we need to filter the dataset manually by adding more filter criteria. This is mainly required in complex reports where multiple group criteria are implemented, where you are not interested to show all the related records […]