I am new to JasperReports. I am trying to design a table with 2 columns. First Column -> Labels, 2nd Column -> Respective field values
Here "text field data" is dynamic and it can be of any size. So I have specified text fields and respective Static Text as "float". For Text Fields I have specified "stretch with over flow to Yes". Also some elements are printed conditionally. Please refer attached jrxml for more info. (this is smaller chunk of xml I have prepared to demonstrate my issue.)
My issues are
Some times, the last two lines are not printed at all, though they are set to print always. Hieght of the element is not proper. See Issue-1.png
Height of the elements in same row is not same. Please see Issue-2.png
Please refer attachments here.
I would appreciate if you can help me to fix these issues.