Hi,
Ive been struggeling with an issue for a while now, and thought try to ask for help here.
So my scenario is:
1. Im creating a report in Visual Studio 2013, using the regular VS designer
2. I add a table to the report
3. I add a ObjectDatasource to the table - the object holds a collection, which I choose as member.
4. I then add a grouping, by using the Group Explorer, and ensure that the group has KeepTogether = false.
5. I set KeepTogether = false on the table itself.
So with this procedure I expect to get lines of data, grouped into groupings, and the groups should not pagebreak, even if they cannot fit entirely on the current page.
But this is exactly what happens - no matter what I seem to do, the groups keeps creating pagebreaks, if they cannot entirely fit the current page.
I have attached some screenshots, which showcases the issue.
Thanks in advance :)
Ive been struggeling with an issue for a while now, and thought try to ask for help here.
So my scenario is:
1. Im creating a report in Visual Studio 2013, using the regular VS designer
2. I add a table to the report
3. I add a ObjectDatasource to the table - the object holds a collection, which I choose as member.
4. I then add a grouping, by using the Group Explorer, and ensure that the group has KeepTogether = false.
5. I set KeepTogether = false on the table itself.
So with this procedure I expect to get lines of data, grouped into groupings, and the groups should not pagebreak, even if they cannot fit entirely on the current page.
But this is exactly what happens - no matter what I seem to do, the groups keeps creating pagebreaks, if they cannot entirely fit the current page.
I have attached some screenshots, which showcases the issue.
Thanks in advance :)