Interface IReportServerWebHost
Defines the host interface for report server Web API controllers.
Inherited Members
System.IServiceProvider.GetService(System.Type)
Namespace: Telerik.ReportServer.Services.Models
Assembly: Telerik.ReportServer.Services.Models.dll
Syntax
public interface IReportServerWebHost : IServiceProvider
Methods
GetService<T>()
Gets the service object of the specified template type.
Declaration
T GetService<T>()
Returns
T
The service instance of the specified type. |
Type Parameters
T
The type of the requested service. |