Reporting

The base class of the Telerik Reporting WCF Service.

Namespace: Telerik.Reporting.Service
Assembly: Telerik.Reporting.Service (in Telerik.Reporting.Service.dll)

Syntax

C#
public abstract class ReportServiceBase : IReportService, 
	IResourceService, IClientAccessPolicy
Visual Basic
Public MustInherit Class ReportServiceBase _
	Implements IReportService, IResourceService, IClientAccessPolicy

Inheritance Hierarchy

System..::..Object
  Telerik.Reporting.Service..::..ReportServiceBase
    Telerik.Reporting.Service..::..ReportService

See Also