Multi Column with Master / Detail

edited February 2015 in FastReport VCL 5
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:
837.pdf 417.9K

Comments

Leave a Comment