[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Container.NewPage

NewPage Property

NewPage

Gets or sets a value indicating on which page the content should start after the page break.

Declaration
public StartNewPage NewPage { get; set; }
Property Value
Type Description
StartNewPage

A StartNewPage value indicating the page on which to start the content after the page break.

Examples
Container container = new Container();
container.NewPage = StartNewPage.After;