The Data Output page of the Report Properties smart panel allows you to control how the report's data is rendered in XML exports.
- Element name: Enter the name you want to appear as the top level data element in your exported XML file.
- Data transform: Enter the name of the XSL file you want to use as a style sheet for the exported XML file.
- Data schema: Enter the schema or namespace to use for validating data types in the exported XML file.
- Render textboxes as: Choose whether to render textboxes as Attributes or Elements in the exported XML file.
- Attributes example:
<table1 textbox3="Report created on: 7/26/2005 1:13:00 PM">
- Elements example:
<table1> <textbox3>Report created on: 7/26/2005 1:13:28 PM</textbox3>
- Attributes example: