body print problem

mkpjsrmkpjsr Member Posts: 587
edited 2013-01-04 in NAV Three Tier
hi experts

I have created a sales invoice report with integer data item taken at first , sales invoiceheader second and sales line table at third place .
I am displaying 16 record in each page and forcefuly applying page break if record is more than 16 it will print into the next page. if invoice consist 32 records then in the second page I want to display the sales invoice header body section detail. which is not displaying into the secondpage. plz guide me how i will repeat the body information into the second page if it consist two pages.

Comments

  • mohana_cse06mohana_cse06 Member Posts: 5,504
    Why didnt use Header section instead of body for Sales Invoice Header?
  • clauslclausl Member Posts: 455
    For each header row make sure that the "RepeatOnNewPage" is set to "TRUE".

    You can check this by clicking the small arrow just to the right of "Row Groups" and "Column Groups".
    Then click "Advanced" and the go through each row you want to repeat.

    Visual Studio team made an extra effort in hiding this feature :-)

    /Claus Lundstrøm
    Claus Lundstrøm | MVP | Senior Product Manager | Continia.com
    I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
    I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)
Sign In or Register to comment.