XML Device Information Settings
The following table lists the device information settings for rendering in XML format.
Setting |
Value |
---|---|
XSLT |
The path in the report server namespace of an XSLT to apply to the XML file, for example /Transforms/myxslt. The xsl file must be a published resource on the report server and you must access it through a report server item path. The value of this setting is applied after any XSLT that is specified in the report. If the XSLT setting is applied, the OmitSchema setting is ignored. |
MIMEType |
The Multipurpose Internet Mail Extensions (MIME) type of the XML file. |
UseFormattedValues |
Indicates whether to render the formatted value of a text box when generating the XML data. A value of false indicates that the underlying value of the text box is used. |
Indented |
Indicates whether to generate indented XML. The default value of false generates non-indented, compressed XML. |
OmitSchema |
Indicates whether to omit the schema name from the XML and to omit an XML schema. The default value is false. |
Encoding |
One of the character encoding schemas: ASCII, UTF-8, or Unicode. The default value is UTF-8. |
FileExtension |
The file extension to use for the generated file. |
Schema |
Indicates whether the XML schema definition (XSD) is rendered or whether the actual XML data is rendered. A value of true indicates that an XML schema is rendered. The default value is false. |