Skip to main content

ReportServiceClientFactory.Create() Method

Namespace: DevExpress.DocumentServices.ServiceModel.Client

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public override IReportServiceClient Create()

Returns

Type Description
IReportServiceClient

An object implementing the IReportServiceClient interface (typically, this is a ReportServiceClient object).

See Also