ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix Namespace / ITablixMember Interface / RepeatOnNewPage Property

In This Topic
    RepeatOnNewPage Property (ITablixMember)
    In This Topic
    Gets a value indicating 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
     
    ReadOnly Property RepeatOnNewPage As Boolean
    bool RepeatOnNewPage {get;}

    Property Value

    A System.Boolean value indicating whether a static tablix member should be repeated on every page whenever a visible dynamic member sibling appears on that page.
    See Also