ReportingService2010.ListItemTypes Method
SQL Server 2012
Returns a list of supported catalog item types.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
[SoapHeaderAttribute("TrustedUserHeaderValue")] [SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)] [SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListItemTypes", RequestNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)] public string[] ListItemTypes()
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | None |
SharePoint Mode Required Permissions | None |
The following item types are supported.
Item Type | Description |
---|---|
Component | A report part. |
DataSource | A data source. |
Folder | A folder. |
Model | A model. |
LinkedReport | A linked report. |
Report | A report. |
Resource | A resource. |
DataSet | A shared dataset. |
Site | A SharePoint site. |
Unknown | An item not associated with any known type. |
Show: