Delen via


Grouping and Sorting Properties - Data Output Tab (Visual Studio Report Designer)

Use the Data Output tab of the Grouping and Sorting Properties dialog box to define XML data output options for the group. Setting the values in this tab adds metadata to the client 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 data element for instances of the group when they are exported to XML.
  • Collection
    Type the name to use for the data element for the collection of all instances of the group.
  • Output
    Indicates whether the item is included in the XML output.
  • Yes
    Choose this option to export the values.
  • No
    Choose this option to not export the values.

See Also

Reference

Grouping and Sorting Properties Dialog Box - General Tab (Visual Studio Report Designer)

Concepts

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

Other Resources

Report Designer User Interface Reference (Visual Studio)