DataElementOutput Element (RDL)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Indicates whether the item appears in output rendered by the XML rendering extension or the CSV rendering extension..

Datatype Characteristics

Characteristic Description

Data type and length

Enum

Default value

Auto

Element Relationships

Relationship Element

Parent elements

ChartMember Element (RDL), ChartDataPoint Element (RDL), Group Element (RDL), ReportItem Element (RDL), TablixCell Element (RDL)

Child elements

None

Remarks

DataElementOutput controls which report item data appears when a report is rendered by a data-only renderer (CSV or XML).

The DataElementOutput element contains one of the values listed in the following table.

Value Description

Output

Indicates the item appears in the output.

NoOutput

Indicates the item should not appear in the output.

ContentsOnly

Applies to XML only. Indicates the item does not appear in the XML, but the contents of the item are rendered as part of the containing report item. ContentsOnly can only be used with lists.

Auto (Default)

If the item is a text box with a constant value, such as a label, the item does not appear (NoOutput).

If the item is a rectangle, the output is the same as it is for ContentsOnly.

If the item is a data region, the item appears if it is part of a dynamic member or a static member with a header (Output). The item does not appear if it is a static member without a header (ContentsOnly).

For all other report items, the item appears in the output (Output).

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

Help and Information

Getting SQL Server 2008 Assistance