Skip to main content
A newer version of this page is available. .

IReportServiceClientFactory Interface

If implemented by a class, supports automatic ReportServiceClient creation on the client side.

Namespace: DevExpress.DocumentServices.ServiceModel.Client

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public interface IReportServiceClientFactory :
    IServiceClientFactory<IReportServiceClient>

The following members return IReportServiceClientFactory objects:

Library Related API Members
WPF Controls ReportServicePreviewModel.ServiceClientFactory
Reporting DocumentViewerRemoteSourceConfiguration.ReportServiceClientFactory

Remarks

The base class that implements this interface is ReportServiceClientFactory.

To learn more, refer to the WCF Report Service topic.

See Also