ReportServiceClientFactory.Create() Method
Creates a ReportServiceClient.
Namespace: DevExpress.DocumentServices.ServiceModel.Client
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Returns
Type | Description |
---|---|
IReportServiceClient | An object implementing the IReportServiceClient interface (typically, this is a ReportServiceClient object). |
See Also