Reporting

The proxy to the Telerik Report Service.

Namespace: Telerik.Reporting.Service.SilverlightClient
Assembly: Telerik.ReportViewer.Silverlight (in Telerik.ReportViewer.Silverlight.dll)

Syntax

C#
public class ReportServiceClient : ClientBase<IReportService>
Visual Basic
Public Class ReportServiceClient _
	Inherits ClientBase(Of IReportService)

Inheritance Hierarchy

System..::..Object
  System.ServiceModel..::..ClientBase<(Of <(<'IReportService>)>)>
    Telerik.Reporting.Service.SilverlightClient..::..ReportServiceClient

See Also