ReportingService2010.ListExtensionTypes Method
SQL Server 2012
Returns a list of supported extension types.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListExtensionTypes", 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)] [SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)] [SoapHeaderAttribute("TrustedUserHeaderValue")] public string[] ListExtensionTypes()
Return Value
Type: System.String[]An array of String objects that represent the supported extension types.
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 extension types are supported.
Extension Type | Description |
|---|---|
All | Describes all extension types. |
Data | Describes a data processing extension type. |
Delivery | Describes a delivery extension type. |
Render | Describes a rendering extension type. |
