IReportServiceClientFactory Interface
If implemented by a class, supports automatic ReportServiceClient creation on the client side.
Namespace: DevExpress.DocumentServices.ServiceModel.Client
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
public interface IReportServiceClientFactory :
IServiceClientFactory<IReportServiceClient>
Related API Members
The following members return IReportServiceClientFactory objects:
Remarks
The base class that implements this interface is ReportServiceClientFactory.
To learn more, refer to the WCF Report Service topic.
See Also