RepeatWith Element (RDL)

Provides the name of the data region with which to repeat the report item if the data region spans multiple pages.

Syntax

<Textbox Name="..."> <!-- or Line, Rectangle, Image, CustomReportItem -->
       ...
        <RepeatWith>...</RepeatWith>
       ...
</Textbox> <!-- or /Line, /Rectangle, /Image, /CustomReportItem -->

Element Characteristics

Characteristic Description

Data type and length

String

Default value

None

Cardinality

0-1: Optional element that can occur once or not at all.

Element Relationships

Relationship Element

Parent element

CustomReportItem, Image, Line, Rectangle, Textbox

Child element

None

Remarks

The data region (list, matrix, table, or chart) named in this element must be in the same ReportItems collection as the parent item of this element.

RepeatWith cannot be used within a data region, subreport, or rectangle that contains a data region or subreport.

See Also

Reference

Report Definition XML Elements

Help and Information

Getting SQL Server 2005 Assistance