Indicates whether an element containing the chart data points appears in output rendered by the XML rendering extension.
语法
<Chart>
...
<ChartElementOutput>...</ChartElementOutput>
...
</Chart>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type and length |
String |
Default value |
Output |
Cardinality |
0-1: Optional element that can occur once or not at all. |
Element Relationships
| Relationship | Element |
|---|---|
Parent element |
|
Child element |
None |
备注
The ChartElementOutput element contains one of the values listed in the following table.
| Value | Description |
|---|---|
Output |
Indicates the data points appear in the XML output. |
NoOutput |
Indicates the data points should not appear in the XML output. |
The data points within the chart appear in the XML output under the DataPoints element.
请参阅
参考
Report Definition XML Elements