Skip to main content
A newer version of this page is available. .

ReportServiceClientFactory.Create() Method

Namespace: DevExpress.DocumentServices.ServiceModel.Client

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public override IReportServiceClient Create()

Returns

Type Description
IReportServiceClient

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

See Also