Data Complex Type
Defines a report property.
<xs:complexType name="Data">
<xs:simpleContent>
<xs:extension
base="xsd:string"
>
<xs:attribute name="id"
type="xsd:string"
use="required"
/>
<xs:attribute name="name"
type="xsd:string"
use="required"
/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attributes
Name | Type | Description |
---|---|---|
id | xsd:string | An identifier that identifies the property. |
name | xsd:string | The localized name of the property that is used in the report. |
Remarks
The text body of the Data element contains the property's value. The parent element determines the list of properties.
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |