Interface IReportServiceClientFactory
Enables users to write activation code for ReportServiceClient.
Namespace: Telerik.ReportViewer.Silverlight
Assembly: Telerik.ReportViewer.Silverlight.dll
Syntax
public interface IReportServiceClientFactory
Remarks
For additional information and example see ReportServiceClientFactory.
Methods
Create(Uri)
Creates a new instance of ReportServiceClient.
Declaration
ReportServiceClient Create(Uri remoteAddress)
Parameters
System.Uri
remoteAddress
The absolute address of the service. |
Returns
ReportServiceClient
A new instance of ReportServiceClient. |
Remarks
For additional information and example see ReportServiceClientFactory.