DataElementStyle Element (RDL)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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.
Datatype Characteristics
Characteristic | Description |
---|---|
Data type and length |
Enum |
Default value |
See Remarks section. |
Element Relationships
Relationship | Element |
---|---|
Parent elements |
|
Child elements |
None |
Remarks
The DataElementStyle element within the Report element must contain one of the following string values:
- Attribute (Default)
- Element
The DataElementStyle element within the Textbox element must contain one of the following string values:
- Attribute
- Element
- Auto (Default)
A value of Auto indicates that the text box uses the same data element style as the report.
See Also
Reference
Report Definition Language XML Schema
Report Definition XML Elements
Concepts
Report Definition Language Data Types
Other Resources
Development (Reporting Services)
Exporting to XML