How to print text on the last page i.e., like a report footer in a RDLC.

  • I have some info of company which should be printed on the last page of the report but not at the end of every page. When i used PageFooter it prints on every page bottom. But i only need to print it on the last page. That should also be in a new page after the end of the data. This is in RDLC.

    Any inputs would be greatly appreciated.

    Thanks,

    Suman

  • Hi Suman...

    Instead of Report Footer...try once using a textbox...after the table...

    So...it will not be repeated on every page...it will come after whole data gets printed...

    And if you wish to print the textbox details (eg; Company Name)...then place a page break after table which you are using to display report data...

    So..in this way..you will be able to display a textbox data after report contents and that too on a very last page...:)

    Please try this...I hope this will help...

    Thanks...

    Niraj

  • Thanks for the reply. I could solve it the same way as you had replied. 🙂

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply