Skip to main content

ReportServiceClientFactory.Create() Method

In This Article

Namespace: DevExpress.DocumentServices.ServiceModel.Client

Assembly: DevExpress.Printing.v24.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