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