Share via


Report Properties - Data Output Tab (Visual Studio Report Designer)

Use the Data Output tab of the Report Properties dialog box to define XML data output options for the report. Setting the values in this tab adds metadata to the report definition (.rdlc) file that is used to render the report in XML. Because the XML rendering extension is only available in server reports, the data output properties that you specify will only be effective if you later convert the .rdlc file to the .rdl format. For more information about converting reports, see Converting RDL and RDLC Files.

Options

  • Element name
    Type the name to use for the top-level data element when it is exported to XML. The default value is the name of the report.
  • Data transform
    Type the location of a transformation file (.xsl) to apply to the rendered XML.
  • Data schema
    Type the schema or namespace to use for the rendered XML.
  • Render textboxes as
    Select an option to indicate whether text boxes are rendered as elements or attributes.
  • Attributes
    Choose this option to render text boxes as attributes.
  • Elements
    Choose this option to render text boxes as elements.

See Also

Concepts

ReportViewer Controls (Visual Studio)
ReportViewer Web Server and Windows Forms Controls

Other Resources

Report Designer User Interface Reference (Visual Studio)