Multi Column with Master / Detail
Hi together,
since a few howers I try the create a master / detail section in an existing report that use multi column. I tried it using a subreport, I tried it setting master and detail to multicolumn and so on.
My report looks in the moment like this:
<!--fonto:Lucida Console--><span style="font-family:Lucida Console"><!--/fonto-->PageHeader
Header
MasterData
Footer
Header
MasterData
Footer
Header
MasterData
DetailData
Footer
Header
MasterData
DetailData
PageFooter
<!--fontc--></span><!--/fontc-->
The bold printed part I like now make multi column (2 columns). This should be then result in this:
<!--fonto:Lucida Console--><span style="font-family:Lucida Console"><!--/fonto-->PageHeader
Header
MasterData
Footer
Header
MasterData
Footer
Header(Odd) Header(Even)
MasterData(Odd) MasterData(Even)
DetailData(Odd) DetailData(Even)
Footer(Odd) Footer(Even)
Header
MasterData
DetailData
PageFooter
<!--fontc--></span><!--/fontc-->
The oroginal report output is shown here:
since a few howers I try the create a master / detail section in an existing report that use multi column. I tried it using a subreport, I tried it setting master and detail to multicolumn and so on.
My report looks in the moment like this:
<!--fonto:Lucida Console--><span style="font-family:Lucida Console"><!--/fonto-->PageHeader
Header
MasterData
Footer
Header
MasterData
Footer
Header
MasterData
DetailData
Footer
Header
MasterData
DetailData
PageFooter
<!--fontc--></span><!--/fontc-->
The bold printed part I like now make multi column (2 columns). This should be then result in this:
<!--fonto:Lucida Console--><span style="font-family:Lucida Console"><!--/fonto-->PageHeader
Header
MasterData
Footer
Header
MasterData
Footer
Header(Odd) Header(Even)
MasterData(Odd) MasterData(Even)
DetailData(Odd) DetailData(Even)
Footer(Odd) Footer(Even)
Header
MasterData
DetailData
PageFooter
<!--fontc--></span><!--/fontc-->
The oroginal report output is shown here:
Comments