I am looking for some examples of programmatically setting up a page break in my report.
I need to start a new page after so much data is populated on the report. I am using VS 2010 and c#.
Very new to Active Reports and cannot seem to find much documentation on its api.
Any code examples of showing how set set up a new page in a report would be nice.
I have tried the Detail.NewPage = NewPage.After, but 1st page looks fine and populates n records, but any others after only populate 1 record versus it should be populating n amount of records.
Now, I am trying to use PageBreak instead but not sure how to use.
Thanks