Hi,
I am in doubt which approach is the better.
I have a collection of a custom businessobject as datasource on a subreport.
it has two properties. A typetitle and a text. Both strings
Data could be like this.
TypeTitle, Text
TypeExample1, TextExample11
TypeExample1, TextExample12
TypeExample1, TextExample13
TypeExample2, TextExample21
TypeExample2, TextExample22
TypeExample3, TextExample31
I want the report to render as this:
TypeExample1
TextExample11 TextExample13
TextExample12
TypeExample2
TextExample21 TextExample22
TypeExample3
TextExample31
I tried to look a columns, but it also includes the groupheader.
Is there a simple approach for this, or do I have do a hacked solution with extra subreports etc.
Hope for a quick reponse.
Thanks!
Morten