ReportServiceExtensionsResolver.SetResolver Method
| Name | Parameters | Description |
|---|---|---|
| SetResolver(IExtensionsResolver) static | resolver | Specifies an object that creates Report Service extensions of the specified types. |
| SetResolver(Func<Type, IEnumerable<Object>>) static | resolve | Applies a resolver of the specified type to the Report Service. |
| SetResolver(Object) static | serviceLocator | Applies a resolver of the specified type to the Report Service. |