DataElementStyle Element (RDL)

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.

语法

<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

Report, Textbox

Child element

None

备注

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.

请参阅

参考

Report Definition XML Elements

帮助和信息

获取 SQL Server 2005 帮助