RDLC - Group Header Continued on next page...

Hi All,
I have a requirment in RDLC, if the group rows exceeds more than one page, I need to add a content at the bottom of page and next page first row, like below
Group
             ------Recrods-----------
             ------Recrods-----------
Group  Continued on next page...
----------------------------------------------------------------Next Page-------------------------------
Group Continuing from Previous page...
           ------Recrods-----------
           ------Recrods-----------
Group 
          ------Recrods-----------
         ------Recrods-----------
Could you please help me out on this?
Advance Thanks,
Nava Deeban S

Hi Nava,
In your case, I think that we can try to implement another solution to deal with this issue. For example, we can reset the page number based on group and add some information on the page header.
Please refer to the image below:
For more detail information about reset page number on group, please see:
http://blogs.msdn.com/b/robertbruckner/archive/2010/04/25/report-design-reset-page-number-on-group.aspx
Regards,
Bin Long
Bin Long
TechNet Community Support

Similar Messages

  • Continued to next page

    Hi All,
    I have a group and sub group in the report. If the sub group records continue to next page, i want to display 'Continued from next page' and also repeat the parent group record in the continued page . I have used the following function in rtf and it does not work. Did any one have face similar issue?
    <xsl:attribute name="xdofo:rowspancell-repeat-nextpage" xdofo:ctx="block">true</xsl:attribute>
    Thanks,
    Sushil

    Hi Sushil,
    This can be achieved by doing the following .
    InitPT
    Empnum
    Empname
    Salary
    F EMPNUM
    EMPNAME
    SALARY ET  E
    Footer PT
    EET
    The image above shows the template - standard table with employee data in it. Notice the last row of the table has most of the borders turned off.
    I have got 'Show Gridlines' enabled so you can see it is another row in the table. There are some other fields in there too.
    Walking through the more important fields:
    InitPT - <?init-page-total: contd_footer?> - initializes a page total object 'contd_footer' - for more info on this check the user guides.
    ET - <?add-page-total:contd_footer;1?> - within the table, adds the total into the page.
    Footer - <?table-footer:?> - an undocumented command (we had other plans for the command for a later release - hence the lack of doc) to specify that this row is the table footer. MSWord does not have a concept of table footer so we need to mark it as such for the rendering engine to 'see'. Notice its in the last row of the table - no borders remember (thats optional)
    PT - <xdofo:inline-total display-condition="exceptlast" name="contd_footer">Continued ...</xdofo:inline-total> - this is the cool piece. It is supposed to render the page total, but instead it will show the string 'Continued ...' on all but the last page of the table.
    EET - <?end-page-total:contd_footer?> - this closes out the page total command.
    Try it out and play with it here. This approach works with 5.6.3 and above.
    If this helps you then please mark the answer as "correct" or else "helpful"
    -Ragul

  • How to put 'Continue in next page' below the table.

    Hi,
    I have an invoice where all the lines are not fitting into one page. So some of the lines are getting printed in the second page. But in this case I wanted to put a message below the first page as "continue on next page"
    Since Iam a newbie to XML/BI Publisher I kinda stuck here. Tons of thanks in advance.
    This is how I need the output
    --- PAge1 --
    heading1
    line1
    line2
    line3
    line4
    line5
    line6
    line7
    line8
    line9
    line10
    Continue on next page
    -- page 2--
    heading1
    line11
    line12
    line13
    line14
    line15
    line16
    line17
    _________

    There are so many threads for this lately,..
    Go here
    http://winrichman.blogspot.com/...
    Here is some of the thread people were desperately looking for answers :).
    how can we get "Page Continued" at footer of page.
    Re: How do I print the word "Continued" at the bottom of page in BI publisher?
    How to Display 'Continued' in second& subsequent page but not in last page?
    Re: Printing signature on footer section of every page
    Re: How to put 'Continue in next page' below the table.
    Re: How do I check the last page?
    Help needed in XML Publisher rtf file
    Re: Different value in footer
    Changing header information within a document
    Re: Invoice Page break
    Re: Footer information in very page
    Re: Check Printing
    Oops, I initially thought , there would less number of threads,
    Hope my blog helps them :)

  • Repeat the Group Header on a new page

    Crystal Reports will only repeat the Group Header on a new page if there is at least one Detail on that page. If the last page of a group has only the Group Footer, then the Group Header will not repeat onto that page.
    Is this correct?
    I have this problem and have struggled to find which switch setting that I had used was overriding the "Repeat the Group Header on a new page" setting.

    Hi Renju,
    Conditionally suppressed sections are Not suppressed when exporting to .txt, unfortunately.
    -Abhilash

  • How to repreat only Group Header #2b in all pages?

    Hi
    Is there any way to repreat only Group Header #2b in all pages?
    When I select repeat group header in all pages, it repeating Group Header #2a & Group Header #2b.
    how to repeat only Group Header #2b?
    Thank you

    You can conditionally suppress group headers.
    Set the headers to repeat on each page, and then to have group header 2a only printed once while group header2b repeats on all pages then contionally suppress group header 2a with
    inrepeatedgroupheader  // suppresses repeated headers
    Note you can also suppress a header the first time header is printed with
    not(inrepeatedgroupheader)  //suppresses the first time
    Edited by: Debi Herbert on Mar 17, 2011 3:59 PM

  • Creating long articles that continue to next page

    What is the best way to create a news page where the articles may be long and continue to "next page " or 1,2,3
    within MUSE
    I am trying to trick the blank composition, but wonder if Iframe would work better with a small sized frame?
    or inserting a php which I'm not sure about......
    Anyone else have articles that "continue" to next page within a frame/box/div/ without leaving the overall structure?
    Thanx
    David

    Hey Dave,
    What you can do is just fill a webpage with content until you want it to goto the next page, duplicate the page and add the rest of the content. Then at the bottom just add a number navigation or 'Back page / Next page' buttons. It is bascially what a blog does except you won't have database and PHP to automatically populate pages, you will just do it manually.

  • Group header on bottom of page

    Hi, we are using Crystal Reports XI release 2, and I have a report with numerous sub reports each of which has varying text (memo) fields. We are using the u201CRepeat Group Header On Each Pageu201D functionality which works well 99% of the time. Occasionally we run into an issue where just the group header appears at the bottom of a page and the next page has the continued header with the data. My client does not want to see the group header at the bottom of the page if no data is underneath it. As we are trying to avoid white space, I was wondering if there was any way to compensate for this without using the u201Ckeep group togetheru201D functionality. Thanks

    Hi,
    Thanks for the reply.. I eventually found what I was loking for here...
    http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233313333333133373339%7D.do
    http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233303338333033343334%7D.do

  • Heading wraps to 2nd line, but why data of 2nd line heading appearing in next page

    Hi,
    Im generating a matrix report which has dynamic heading. When the heading extends the page, it wraps to next line(2nd line). But the data corresponding to the 2nd line of heading is being displayed in the next page.
    I wanted a solution to display the data of the 2nd line heading to appear just underneath the 1st line data.
    Thanx in advance
    Regards
    Thobula Ramulu Rakesh

    I'm assuming you only have one across repeating frame(?)
    You will need to make the field that contains the heading in the across repeating frame large enough to contain the two rows you require.
    Reports doesn't support expansion of the matrix column headings by default. If you have a definite requirement for the expansion to be dynamic (ie: push the matrix down), you can add another across repeating frame above the across repeating frame of the matrix and base it on the same across group. However, this can be tricky both to create and maintain.

  • Pages 5 Document Endnotes doesn't allow text continuation onto next page?

    For large blocks of endnote citations, Pages 5 doesn't all the text to flow down to the end of the page before going to the next. Rather it treats the endnote text area as its own section, thereby moving the entire text box to the next page. This is problematic from a formatting standpoint because it wastes page space, does anyone have a workaround or suggestions?
    Example:
    Citation 5 is long but I would like to keep it on the same page as Citation 4 and just let the text continue onto the next page. However Pages 5 doesn't allow me to adjust the endnote text box and just jumps to the next page. Rarely do you see endnotes arranged in this manner in high-level research reports and we can't have this.

    I exported a PDF from Pages v5.2.2. This uses Apple's Quartz PDFContext, not Quark.
    In Windows 7, I opened this PDF with Adobe Acrobat Reader v11.0.09. I then copied/pasted a paragraph of this PDF content into LibreOffice Writer (v4.3.2.2). Since there was Baskerville in Windows 7, this comment pasted correctly including font-size. I did not have to make any adjustments to LO to accept this text.
    On Ubuntu Linux 14.04, with the latest updates, I opened the same PDF in Evince, the default PDF viewer. Adobe does not offer an Acrobat Reader download for Linux. Again, I copied and pasted a paragraph of content from the PDF viewer into LibreOffice Writer. As there was no Baskerville installed, Writer defaulted to the Liberation font, at the correct point size.
    In either of these platform scenarios, there were no anomalies with sentence/paragraph newlines .vs. carriage return issues from the PDF document during copy/paste operations. These were default control-v pastes that did not use the Paste Special menu item in LibreOffice.

  • Continued On Next Page in XMLP Report

    Hi
    I am able to get "cont on next page" using word property 1)PAGES<NUMPAGES and 2)SECTION PAGES concept using below except last xdo funtion calling in footer section:
    <xdofo:inline-total display-condition="exceptlast" name="contd_footer"><?LB_CONTINUED1?></xdofo:inline-total>
    I have header footer and sub header/sub footer being used in my template also Different First Page.
    So whenever my report is of 2 pages and my Line Table completes in the first page itself and in the second page i only print Sub Header and Sub Footer with Total table. In this case ideally "cont on next page" should come in the 1st page but I dont see that.
    The probable issue is as my Line Table is completing in the 1st page itself my exceptlast condition is not working.
    Please help to resolve my issue or suggest me any other alternate solution to erradicate my issue.
    Appreciate your early response.
    Thanks and Regards
    Mahadev

    You can do this by issuing the NEW-PAGE command between the two headings.  Here is a proof-of-concept code.
    DATA: w_heading TYPE i.
    TOP-OF-PAGE.
      CASE w_heading.
        WHEN 1.
          WRITE:/ 'Heading1'.
        WHEN 2.
          WRITE:/ 'Heading2'.
        WHEN OTHERS.
      ENDCASE.
      WRITE:/ 'columnA',
              'columnB'.
    START-OF-SELECTION.
      w_heading = 1.
      DO 10 TIMES.
        WRITE:/ sy-index.
      ENDDO.
      NEW-PAGE NO-TITLE.  "Check further page-options and may be spool options too.
      w_heading = 2.
      DO 10 TIMES.
        WRITE:/ sy-index.
      ENDDO.

  • Problems when trying to move a paragraph with a heading to the next page

    When i try to move a paragraph with a heading (generally style 2) to the next page by pressing the enter key, rather than the whole paragraph moving to the top of the next page it moves to pretty well every where but the top. i have attached a video because im sure what i have said doesn't make much sense.
    http://www.youtube.com/watch?v=MrlnsmLIDGk&feature=youtubegdataplayer
    i have talked to an apple technician through apple care and we came to the conclusion after reseting iwork to default settings still with no changes all i could do was completely remove iwork from my computer and try to start over. Or come to the forums to see if there is a work around.

    Hi Jared,
    Without commentary, or other explanation, it's difficult to determine what actions you are taking to produce the results in the video.
    In the first instance, it appears that you have placed the insertion point at the beginning of the line following the header, then pressed and held return. this action pushes that line (and anything below it) down until it crosses the page boundary and jumps to a second page. That's expected behaviour.
    At approximately 0:57, you have deleted the return characters, returning the first and second lines after the header to a position immediately following the header. The insertion point is then moved to the point at the beginning of the header line, and returns are inserted as before. About 1:04, a number of unreadable alert boxes appear. At 1:07, the second line below the heading moves to the second page, followed by the first line, then by the heading itself at about 1:10. Again this is expected behaviour.
    Only after that are there any 'odd' behaviours, and without knowing what actions you are taking to produce those oddities, it's (at least) difficult to say what is causing the results you see.
    Regards,
    Barry

  • Repeating frame(s) not continuing to next page

    Here is what I have:
    grp 1 r-frame 1
    grp2 r-frame 2
    grp3 r-frame 3
    grp4 r-frame 4
    r-frame 5
    r-frame 6
    r-frame 7
    grp1 r-frame 1 will not continue to the next page when I have multiple grp3
    r-frame3 records (there will be 1 record for 1 of the frames under that, the others are suppressed). grp 4 has page protect and contract, grp3, grp2 and grp1 has page protect and variable. I am trying everything to get it to continue to the next page and it won't. The example is it will produce only 12 of the grp3 and underlying records when there are 36 grp3 records. Is it something really stupid that I am missing or can I get a couple of hints as to why?
    thanks in advance

    Hi,
    I tried to understand your question and you want to continue grp-3 to next page, and you are expecting to print one grp-4 on each page along with 1,2 and 3.
    The way you set the properties look fine. but what I can suggest is:
    Please set all frames properties to "Vertical Elasticity to Expand" and "Page Protect to NO".
    Now start setting the two properties as you like from child (most detailed) frame to top most parent frame and keep checking output for every change.
    Hope you can solve this.
    Regards,
    Gouri Sankar

  • Memo data type displayed half page continued on next page

    Post Author: j45c
    CA Forum: Crystal Reports
    I am currently using crystal report IX which the memo field only displayed half of the page and continued on the next page. I have set can grow = true, keep object together = false and close border on page break = true.Would like to know how should I solve this by having the memo to filled up the rest of the page before continue display on the next page? Thanks in advance.

    Yes, you can't rely on getting the last entered ID on the next page as it may not be from the same person. I use the Insert-retrieve extension from Tom Muck which does this at the time of insert and stores it in a session variable. But backing up a bit, are 4 different forms really necessary. Most expense form are able to use a single form to capture all pertinent date. I would design a single form, submit it while using the retrieve ID extension, and direct to a summary page. That page would grab the just inserted records, and perform any monetary calculations needed. Also provide a link to an update page, basically a duplicate of the input page but with a recordset and fields Pre-populated. Once it's been input, reviewed and updated if needed, then it can be emailed, printed or exported to what the accounting people need to process it. Future enhancements may include a status indicator that defaults in incomplete. When in this mode, the user can log back in at a later time to complete it. Upon final submission, the record updates to Complete which prevents the user from making further changes. You could also build an admin section for various management tasks, and to enter the status of the request, that would appear in the users profile so they can see if and when they will get paid, or notices that require more info, like receipts.

  • SAPScript - add 'continued' in next page.

    Hi Guys,
    I would like to ask on how to write 'continued' at the new page?
    My SAPScript form is depend on the data that will output. When the data is exceeded from the MAIN window, it will automatically break the data to pages. So may i know how i want to write 'continued' when it breaks the data to the new page?

    Thanks for the answer.
    But how if i want to write 'continued' in the main window?
    For example:
    in my main window the output will be like this:
    data 1
    data 2
    data 3
    ......(and so on)
    if the 'data 2' has reach the end of the page, 'data 3' will be print in next page. I want to know how to write 'continued' before the 'data 3' be printed?
    i tried to put this coding in the text element,
    /E 101
    /:  if new page
    /:  continued
    /:  endif
    &symbol&
    but the out put will be like this:
    continued
    data 3
    continued
    data 4
    continued
    data 5
    ...(and so on)
    The 'continued' statement will be repeating on each line of data.
    Edited by: BobKur on Jun 19, 2009 9:43 AM

  • Printing part of a group then repeating on next page

    How do I stop a group from partially printing on one page when it can't fit on that page, then printing again on the next page. What is happening is if the whole group cannot print on a page, when the next page prints, it resets back to the beginning of the group and reprints the whole group. I would like for it to partially print on one page, then finish on the next page OR not print partially at all and wait to start on the next page.
    I hope this makes since! Thanks, William

    It is good practice to set the 'Page Protect' property rather than the maximum records per page. Page protect will account for different output scenerios (think about it, your client screen may fit 30 records on one page where somebody running a pII 266 with a terrible graphics card may only see 20 as their DPI and pixels settings inevitably are different). The amount of rows on a page are determined by a number of factors, including OS and graphics card settings. Maximum records per page will not account for this and could lead to potential layout problems.
    HTH,
    Steve

Maybe you are looking for