Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / TablixMember Class / RepeatOnNewPage Property

In This Topic
    RepeatOnNewPage Property
    In This Topic
    Gets or sets a value indicating whether this static member should be repeated on every page on which at least one complete instance of the dynamic member referred to via KeepWithGroup or one of that member’s descendents (excepting descendents with KeepWithGroup not equal to None) appears. Ignored if KeepWithGroup is None. Each peer member between this member and the target dynamic member must have the same value for RepeatOnNewPage as this member. Must be False on column members.
    Syntax
    'Declaration
     
    Public Property RepeatOnNewPage As Boolean
    public bool RepeatOnNewPage {get; set;}
    See Also