ReportServiceClientFactory Class
Supports automatic ReportServiceClient creation on the client side.
Namespace: DevExpress.DocumentServices.ServiceModel.Client
Assembly: DevExpress.Printing.v24.1.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