Home End User
New Blog Posts: Merging Reports - Part 1 and Part 2

Printing a message on the first page of a report

edited October 2006 in End User
Hello

In Reportbuilder is it possible to print a message on each page except the
last page. In my report I want print a message only on the first page of the
report. The question is: Is this possible and when it is possible how can I
do this.

Greets
Hanjo Willems
iSOFT Nederland b.v.

Comments

  • edited October 2006
    Hi Hanjo,

    There are a few options in this case.

    1. The header band contains a PrintOnLastPage property that will prevent
    any of its information from printing on the last page of the report.

    2. If you create a two pass report you are able to find out the number of
    the last page ahead of time and you could simply toggle the visibility of
    your message in the StartPage event of the report.

    3. The PageStyle of the report lets you define which pages you would like
    it to print using the StartPage and EndPage properties. The PageStyle can
    be accessed by selecting the Report | Page Style option from the main menu.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.