How to print each row of a dataset on each page

Hi All,
I have a dataset with 10 rows. can you please tell me how to print each of these rows on each page(ie in 10 pages) dynamically? I have tried the report.Pages.Add statmement in the OnNext event of dataset. but the result still print in one page.

Thanks in advance
Sat

Comments

  • edited 2:07AM
    Set FormNewPage property of band to TRUE.

    Peter
    Technisoft
  • edited January 2009
    technisoft wrote: »
    Set FormNewPage property of band to TRUE.

    Peter
    Technisoft


    Can You please help me with this. I want to set this property for GroupHeader dynamically in code of my application. Do you know how to do this?

    Martin

Leave a Comment