Skip to main content

ReportServiceClientFactory Class

Supports automatic ReportServiceClient creation on the client side.

Namespace: DevExpress.DocumentServices.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

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