Class ReportService
The top-level class of the Telerik Reporting Web service.
Inherited Members
Namespace: Telerik.Reporting.Service
Assembly: Telerik.Reporting.Service.dll
Syntax
public class ReportService : ReportServiceBase, IReportService, IResourceService, IClientAccessPolicy
Remarks
Use this class when hosting the Telerik Report Service in IIS. Requires ASP.NET.
Constructors
ReportService()
Declaration
public ReportService()
Properties
ApplicationPath
Gets the physical file system path of the currently executing server application's root directory.
Declaration
protected override string ApplicationPath { get; }
Property Value
System.String
The file system path of the current application's root directory. |
Overrides
BaseAddress
Declaration
protected override Uri BaseAddress { get; }
Property Value
System.Uri
|
Overrides
HttpContext
Declaration
public HttpContext HttpContext { get; set; }
Property Value
System.Web.HttpContext
|