Options

RDLC - Table or area only shown in bottom of last page

the87boythe87boy Member Posts: 2
edited 2012-02-06 in NAV Three Tier
Hey all
I am going to create a new invoince-report, and I want a kind of area in the bottom of the last page with payment information and so on
It should only go to the last page
I thought about a table or area of some kind in the Page Footer, where visibility is enabled on the last page, but I can't make it work (I think I have to set some kind of filter, but the table is fast-defined)

Comments

  • Options
    manikandanmanikandan Member Posts: 160
    the87boy wrote:
    Hey all
    I am going to create a new invoince-report, and I want a kind of area in the bottom of the last page with payment information and so on
    It should only go to the last page
    I thought about a table or area of some kind in the Page Footer, where visibility is enabled on the last page, but I can't make it work (I think I have to set some kind of filter, but the table is fast-defined)
    Hi,
    Try to use this Function =IIf(Globals!PageNumber=Globals!TotalPages ,FALSE,TRUE) .
    :thumbsup:
    With Regards,
    Muthu
  • Options
    Troubles_In_ParadiseTroubles_In_Paradise Member Posts: 588
    the87boy wrote:
    Hey all
    I am going to create a new invoince-report, and I want a kind of area in the bottom of the last page with payment information and so on
    It should only go to the last page
    I thought about a table or area of some kind in the Page Footer, where visibility is enabled on the last page, but I can't make it work (I think I have to set some kind of filter, but the table is fast-defined)

    with this approach you have to take into consideration that the space you dedicate to the footer will be the same on all pages. It means that if your table for payments is invisible the footer won't be smaller.
    ~Rik~
    It works as expected... More or Less...
  • Options
    clauslclausl Member Posts: 455
    I suggest you voted for my suggestion to the NAV team here, if you think it would nice to have support for Dynamic Footer, or support for Sub Report in RDLC reports. So we can create reports which do not have unnecessary blanks spaces on previous pages, when footer is only visible on last page:https://connect.microsoft.com/dynamicssuggestions/feedback/details/723730/support-for-dynamic-footers-in-rdlc-reports
    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.