Repetition of Table Header

navuser1navuser1 Member Posts: 1,329
edited 2012-09-19 in NAV Three Tier
Dear Sir,

There are three tables in a Custom RDLC Report. Only first(Top) table has a Header Row. I want report should print the Header Row for every page irrespective of its detail (body) part prints or not.

Is it possible ? :-k

Thank you.
Now or Never

Comments

  • manikandanmanikandan Member Posts: 160
    navuser1 wrote:
    Dear Sir,

    There are three tables in a Custom RDLC Report. Only first(Top) table has a Header Row. I want report should print the Header Row for every page irrespective of its detail (body) part prints or not.

    Is it possible ? :-k

    Thank you.

    Hi,
    In Table Header one property is called "RepeatOnNewPage"
    set this one as a TRUE then you can able to view Table Header Row on each New Page.
    :thumbsup:

    Regards,
    Muthusubramanian.M
  • navuser1navuser1 Member Posts: 1,329
    manikandan wrote:
    navuser1 wrote:
    Dear Sir,

    There are three tables in a Custom RDLC Report. Only first(Top) table has a Header Row. I want report should print the Header Row for every page irrespective of its detail (body) part prints or not.

    Is it possible ? :-k

    Thank you.

    Hi,
    In Table Header one property is called "RepeatOnNewPage"
    set this one as a TRUE then you can able to view Table Header Row on each New Page.
    :thumbsup:

    Regards,
    Muthusubramanian.M

    somehow it's not working. Anything else ?
    Now or Never
  • manikandanmanikandan Member Posts: 160
    manikandan wrote:
    navuser1 wrote:
    Dear Sir,

    There are three tables in a Custom RDLC Report. Only first(Top) table has a Header Row. I want report should print the Header Row for every page irrespective of its detail (body) part prints or not.

    Is it possible ? :-k

    Thank you.

    Hi,
    In Table Header one property is called "RepeatOnNewPage"
    set this one as a TRUE then you can able to view Table Header Row on each New Page.
    :thumbsup:

    Regards,
    Muthusubramanian.M

    Hi,
    can you show your RDLC Layout?
    before that why don't you use Page Header instead of Table Header Row(First one).

    Regards,
    Muthusubramanian.M
  • navuser1navuser1 Member Posts: 1,329
    "RepeatOnNewPage"
    This properties works when page includes table.

    Bring Table Header part into the Page Header part is the only Solution ?
    Now or Never
  • clauslclausl Member Posts: 455
    Yes, you cannot add a text box to a list which is grouped on a record, and then have this textbox show on each new page.
    So if record is more than 1 page the text box will not show on second page of this record.
    You will need to add a Table and then repeat the table headers on each page.

    /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 :-)
  • navuser1navuser1 Member Posts: 1,329
    You will need to add a Table and then repeat the table headers on each page.
    I'll try this one. But now I have put the Table Header information in the Report Header portion and it's working fine.

    Thank you for your Valuable reply.
    Now or Never
  • skullaskulla Member Posts: 140
    Instead of creating a separate table for headers create a group in your details table and display header rows in that group and make the property Repeat Group to true.
  • navuser1navuser1 Member Posts: 1,329
    I hope your reply would be more accurate after go through my below inputs.

    I have attached the "About This Report" here. Kindly go through it if possible. Link
    http://www.2shared.com/document/R4y0Xj6 ... se_-_.html
    and Password is 0001.

    I (want to) print all these data into a Single table. Just look Row No. 4 (actual Details Line(s) ) and Column No. CD. which is contains BlankSpace_Number from 1 to 17 programmatically generated number (Row No. 5 to 21).

    BTW, thank you very much.
    Now or Never
Sign In or Register to comment.