ReportServiceClientFactory Class
In This Article
Supports automatic ReportServiceClient creation on the client side.
Namespace: DevExpress.DocumentServices.ServiceModel.Client
Assembly: DevExpress.Printing.v24.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.
#Implements
#Inheritance
Object
DevExpress.Data.Utils.ServiceModel.ServiceClientFactory<IReportServiceClient, IAsyncReportService>
ReportServiceClientFactory
See Also