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

ReportServiceClientFactory Class

Supports automatic ReportServiceClient creation on the client side.

Namespace: DevExpress.DocumentServices.ServiceModel.Client

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public class ReportServiceClientFactory :
    ServiceClientFactory<IReportServiceClient, IAsyncReportService>,
    IReportServiceClientFactory,
    IServiceClientFactory<IReportServiceClient>

Remarks

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

Inheritance

Object
DevExpress.Data.Utils.ServiceModel.ServiceClientFactory<IReportServiceClient, IAsyncReportService>
ReportServiceClientFactory
See Also