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.
Indicates whether a text box within the report should be rendered as an element or as an attribute when the report is rendered using the XML rendering extension.
Syntax
<Report> <!-- or <Textbox> -->
...
<DataElementStyle>...</DataElementStyle>
...
</Report> <!-- or /Textbox -->
Element Characteristics
| Characteristic | Description |
|---|---|
Data type and length |
String |
Default value (when used as a child of Report) |
AttributeNormal |
Default value (when used as a child of Textbox) |
Auto |
Cardinality |
0-1: Optional element that can occur once or not at all. |
Element Relationships
| Relationship | Element |
|---|---|
Parent elements |
|
Child element |
None |
Hinweise
The DataElementStyle element within the Report element must contain one of the following string values:
- AttributeNormal
- ElementNormal
The DataElementStyle element within the Textbox element must contain one of the following string values:
- AttributeNormal
- ElementNormal
- Auto
A value of Auto indicates that the text box uses the same data element style as the report.
Siehe auch
Verweis
Report Definition XML Elements