2.284.14 CustomReportItem.RepeatWith

The CustomReportItem.RepeatWith element specifies a data region that the CustomReportItem is repeated on for every Page upon which the data region is rendered. The CustomReportItem.RepeatWith element MUST be the name of a data region within the same ReportItems element ancestor as the CustomReportItem.

The CustomReportItem.RepeatWith element is optional and MUST NOT be specified more than once. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1). If the CustomReportItem element has an element ancestor of type PageSection or an element ancestor of type PageHeaderFooter, the CustomReportItem.RepeatWith element is ignored.

Following is the parent element of the CustomReportItem.RepeatWith element.

Parent elements

CustomReportItem

The following is the XML Schema definition of the CustomReportItem.RepeatWith element.

 <xsd:element name="RepeatWith" type="xsd:string" minOccurs="0" />