ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TablixMember Class / RepeatOnNewPage Property

In This Topic
    RepeatOnNewPage Property (TablixMember)
    In This Topic
    Gets or sets a value indicating whether a static tablix member should be repeated on every page when a visible dynamic member sibling with the corresponding KeepWithGroup or its children appears on that page.
    Syntax
    'Declaration
     
    Public Property RepeatOnNewPage As Boolean
    public bool RepeatOnNewPage {get; set;}

    Property Value

    A System.Boolean value where true to repeat the member on new pages; otherwise, false.
    See Also