Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 |
|
Child element |
None |
Hinweise
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.
Siehe auch
Verweis
Report Definition XML Elements