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 8:27AM
    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

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.