ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / PageBreak Class / ResetPageNumber Property

In This Topic
    ResetPageNumber Property
    In This Topic
    Gets or sets a value indicating whether the page number should reset after the page break.
    Syntax
    'Declaration
     
    Public Property ResetPageNumber As ExpressionInfo
    public ExpressionInfo ResetPageNumber {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object representing a System.Boolean value. true indicates the page number resets after the page break; otherwise, false. Default is false.
    See Also