ReportingService2010::ListExtensions Method
Returns a list of extensions that are configured for a given extension type.
Assembly: ReportService2010 (in ReportService2010.dll)
[SoapDocumentMethodAttribute(L"http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListExtensions", RequestNamespace = L"http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace = L"http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use = SoapBindingUse::Literal, ParameterStyle = SoapParameterStyle::Wrapped)] [SoapHeaderAttribute(L"TrustedUserHeaderValue")] [SoapHeaderAttribute(L"ServerInfoHeaderValue", Direction = SoapHeaderDirection::Out)] public: array<Extension^>^ ListExtensions( String^ ExtensionType )
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: array<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 |
