Hi,
I am trying to get a report like this:
Group A
GroupB.1 item1 item2
item3 item4
GroupB.2 item5 item6
item7 item8
For this, I have a group and inside the detail section a table which has a binding DataSource =ReportItem.DataObject. But the row grouping seems to be not working. When I give the same data source directly to the table though, I get row grouping but without the report grouping. Is there any way to achieve this?
I am trying to get a report like this:
Group A
GroupB.1 item1 item2
item3 item4
GroupB.2 item5 item6
item7 item8
For this, I have a group and inside the detail section a table which has a binding DataSource =ReportItem.DataObject. But the row grouping seems to be not working. When I give the same data source directly to the table though, I get row grouping but without the report grouping. Is there any way to achieve this?