[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.SectionDocument.OnNewPage

OnNewPage Method

OnNewPage(Page)

Called when a new page is added to the document; sets the text layout and image converter services on the page.

Declaration
protected override void OnNewPage(Page page)
Parameters
Type Name Description
Page page

The new Page that was added to the document.

Overrides