Programmatically Insert Page Break in Active Report
        Posted  
        
            by Kevin Babcock
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kevin Babcock
        
        
        
        Published on 2010-04-12T03:17:05Z
        Indexed on 
            2010/04/12
            3:23 UTC
        
        
        Read the original article
        Hit count: 2028
        
activereports
I've been scouring the web for a good example, but cannot figure out how to add a page break to an Active Reports report programmatically. The reports I'm working with usually require 1-2 pages for each record. In order to support dual-sided printing of the reports I want to insert a blank page for each record that uses an odd number of pages, ensuring that each new record is printed on the front of each printed page.
I'm very new to Active Reports, so any suggestions, code samples, or links are much appreciated!
© Stack Overflow or respective owner