Naim Nsco
Naim Nsco

Reputation: 589

How to remove repeating row in jasper report

i have problem How to remove repeating row in jasper report.i just want to one label and one row. How to do that?.

Anyone know about this?. This is my first images:- enter image description here This is my second images:- enter image description here

Upvotes: 3

Views: 12546

Answers (1)

EOC
EOC

Reputation: 315

The text field you use to show your SIRI numbers should have a 'Print Repeated Values' property. Uncheck this in iReport or add isPrintRepeatedValues="false" inside the reportElement tag for that field in the jrxml file.

Upvotes: 4

Related Questions