The Data Output page of the TextBox smart panel allows you to control the following properties when you export to XML:
- Element Name: Enter a name to be used in the XML output for this textbox.
- Output: Choose Auto, Yes, or No to decide whether to include this textbox in the XML output. Auto exports the contents of the textbox only when the value is not a constant.
- Render as: Choose Auto, Element, or Attribute to decide whether to render textboxes as Attributes or Elements in the exported XML file. Auto uses the report's setting for this property.
- 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: