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.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool RepeatOnNewPage { get; set; }
Visual Basic
Public Property RepeatOnNewPage As Boolean
	Get
	Set

See Also