2.34.9 TablixMember.RepeatOnNewPage

Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01

The TablixMember.RepeatOnNewPage element specifies whether instances of rendered static members are repeated on every Page on which at least one complete instance of the associated dynamic member is rendered. An associated dynamic member is a dynamic member that is referenced by one of the following items:

  • The TablixMember.KeepWithGroup element.

  • A descendant of a referenced TablixMember.KeepWithGroup element whose child TablixMember.KeepWithGroup element has a value of "None".

The TablixMember.RepeatOnNewPage element is optional and MUST NOT be specified more than once. This element is ignored if the value of the sibling TablixMember.KeepWithGroup element is "None". If the TablixMember.RepeatOnNewPage element is specified, its value MUST be a Boolean ([XMLSCHEMA2/2] section 3.2.2).

If the value of the TablixMember.RepeatOnNewPage element is true, instances of rendered static members are repeated on every page on which at least one complete instance of the associated dynamic member is rendered. If the parent element is a tablix column member, the value of this element MUST be false.

The value of the TablixMember.RepeatOnNewPage element for all sibling TablixMember elements between the parent of the TablixMember.RepeatOnNewPage element and the associated dynamic member MUST be the same.

If the TablixMember.RepeatOnNewPage element is not specified, its value is interpreted as false.

If the Tablix.BandLayoutOptions element is specified, the TablixMember.RepeatOnNewPage element is ignored.

Following is the parent element of the TablixMember.RepeatOnNewPage element.

Parent elements

TablixMember

The following is the XML Schema definition of the TablixMember.RepeatOnNewPage element.

 <xsd:element name="RepeatOnNewPage" type="xsd:boolean" minOccurs="0" />