RepeatWith Element (RDL)
Provides the name of the data region with which to repeat the report item if the data region spans multiple pages.
Синтаксис
<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 |
|
Child element |
None |
Замечания
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.
См. также
Справочник
Report Definition XML Elements