ActiveReports 14 .NET Edition
GrapeCity.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 System.Boolean value that indicates whether a static tablix member should be repeated on every page whenever a visible dynamic member sibling with the corresponding KeepWithGroup or its children appear on that page.
    Syntax
    'Declaration
     
    Public Property RepeatOnNewPage As Boolean
    public bool RepeatOnNewPage {get; set;}
    See Also