corelibraries-devexpress-dot-documentservices-dot-servicemodel-dot-client.md
Supports automatic ReportServiceClient creation on the client side.
Namespace : DevExpress.DocumentServices.ServiceModel.Client
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public class ReportServiceClientFactory :
ServiceClientFactory<IReportServiceClient, IAsyncReportService>,
IReportServiceClientFactory,
IServiceClientFactory<IReportServiceClient>
Public Class ReportServiceClientFactory
Inherits ServiceClientFactory(Of IReportServiceClient, IAsyncReportService)
Implements IReportServiceClientFactory,
IServiceClientFactory(Of IReportServiceClient)
To learn more, refer to the WCF Report Service topic.
Object DevExpress.Data.Utils.ServiceModel.ServiceClientFactory<IReportServiceClient, IAsyncReportService> ReportServiceClientFactory
See Also