Queries Element
Contents
[
Hide
]
The Queries element contains information about queries for retrieving report data from the data source. It must contain at least one of the elements from the table below. Use SqlQuery with SqlDataSource or OleDbDataSource. Use SPListQuery or SPXmlQuery with SPDataSource. Other combinations are not supported. At least one of the child elements should be present.
Name | Cardinality | Has Children | Description |
---|---|---|---|
SqlQuery |
0-N | Yes | Describes an SQL query to a relational database. |
SPListQuery |
0-N | Yes | Describes a CAML query to a SharePoint list. |
SPXmlQuery |
0-N | Yes | Describes XML data file location in a SharePoint document library. |