Hi!
I'm using MS Reporting Services to display my Data. In the report file, I created a table with grouping, precisely with 3 groups. (Reason for this is that I'm doing a right / left join directly in SQL which I supply then to the DataSet).
Line1 (Group1): Subject: =Fields!Subject.Value .... this is a main group = grouped by s_id
Line2 (Group2): Responsibles: =Fields!Name.Value ... group by r_id, parent= s_id
Line3 (Group3): ResponsibleOtherProjects:=Fields!ProjectName.Value...group by o_id,parent=r_id
Every thing works fine, but there's one huge problem. If the data in a subgroup is longer that the physical page height, it jumps on the other page.. and so on.. The result is consequently a very ugly report with much blank space.
Any idea how to tell MS Rep. Services not to do that?
Thanks in advance