Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 12, 2012 03:13 PM by namhaivolam
Member
6 Points
19 Posts
Nov 12, 2012 03:13 PM|LINK
hello ,i use MVC4 with RDLC report (VS2012), i want to create report like this:
<Header> ------------------------------------------ <Left Column> <Right Column> Record1_Detail Record2_detail Record3_Detail Record4_detail Record(odd)_Detail Record(even)_detail ----------------------------------------- <Footer> or <Header> ------------------------------------------ <Left Column> <Right Column> Record1_Detail Record(k+1)_detail Record2_Detail Record(k+2)_detail Record(k)_Detail Record(2k)_detail ----------------------------------------- <Footer>
namhaivolam
Member
6 Points
19 Posts
how to create two columns layout with RDLC report
Nov 12, 2012 03:13 PM|LINK
hello ,i use MVC4 with RDLC report (VS2012), i want to create report like this:
<Header> ------------------------------------------ <Left Column> <Right Column> Record1_Detail Record2_detail Record3_Detail Record4_detail Record(odd)_Detail Record(even)_detail ----------------------------------------- <Footer> or <Header> ------------------------------------------ <Left Column> <Right Column> Record1_Detail Record(k+1)_detail Record2_Detail Record(k+2)_detail Record(k)_Detail Record(2k)_detail ----------------------------------------- <Footer>
<div></div> <div></div> <div></div> <div>how can i do it in rdlc report editor ? </div>