I have to create a report using Jasper Report library and iReport. In the report is used data grouping. It should be shown in the next way:
g a_line_in_the_group
r a_line_in_the_group
o a_line_in_the_group
u a_line_in_the_group
p a_line_in_the_group
1 a_line_in_the_group
g a_line_in_the_group
r a_line_in_the_group
o a_line_in_the_group
u a_line_in_the_group
p a_line_in_the_group
2 a_line_in_the_group
So there is a single label for a group. The data is grouped, but the label is shown only in the first line, like this:
group1 a_line_in_the_group
a_line_in_the_group
a_line_in_the_group
I've specified the property stretch for the label, but it doesn't help.



