ReportingService2010.ListExtensions Method
SQL Server 2012
Returns a list of extensions that are configured for a given extension type.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
[<SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListExtensions", 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("TrustedUserHeaderValue")>] [<SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)>] member ListExtensions : ExtensionType:string -> Extension[]
Parameters
- ExtensionType
- Type: System.String
The extension type for which to list the configured extensions.
For a list of supported extension types, use the ListExtensionTypes method.
Return Value
Type: ReportService2010.Extension[]Returns an array of Extension objects that contain the available extensions.
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 |
