Columns & GroupHeader
                    I have the following bands:
1) ReportTitle
2) GroupHeader
3) MasterDetail
4) GroupFooter
5) PageFooter
The property "Columns" of the ReportPage is set to "2".
So, which properties did I have to set, so all masterdetail data of a single group are displayed in one column instead of "breaking" to the second one or to a new page???
This is, what I get:
This is, what I want:
Any ideas?
                            1) ReportTitle
2) GroupHeader
3) MasterDetail
4) GroupFooter
5) PageFooter
The property "Columns" of the ReportPage is set to "2".
So, which properties did I have to set, so all masterdetail data of a single group are displayed in one column instead of "breaking" to the second one or to a new page???
This is, what I get:
COL1                      COL2
===================================
  Group1                    MasterRec93
     MasterRec11
     MasterRec12              Group10
                                        MasterRec101
  ...                                   MasterRec102
  Group9
     MasterRec91
     MasterRec92
This is, what I want:
COL1                           COL2
===================================
  Group1                        Group9
     MasterRec11                 MasterRec91
     MasterRec12                 MasterRec92
                                        MasterRec93
                                        
  ...                                Group10
                                        MasterGroup101
                                        MasterGroup102
Any ideas?