ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TableOfContents Class / NewPage Property

In This Topic
    NewPage Property (TableOfContents)
    In This Topic
    Gets or sets a value indicating on which page the content should start after the page break.
    Syntax
    'Declaration
     
    Public Property NewPage As StartNewPage
    public StartNewPage NewPage {get; set;}

    Property Value

    A StartNewPage value indicating the page to start after the page break.
    See Also