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

How to programmatically reset page number

edited April 2004 in General
Dear All,

I am writing a report which contains two groups. I would like to
programmatically controls the page number to reset.

Is there any way to do so?

Thanks.

Comments

  • edited April 2004
    Hi,

    Try using the TppGroup.NewPage and TppGroup.ResetPageNo properties. Setting
    both of these boolean properties to True will force your groups to start on
    a new page and reset the report page number. This can be done in code or
    visually by using the groups dialog. Note that the ResetPageNo property is
    not available unless NewPage is set to True.

    --
    Best Regards,

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