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

ReportServerClientFactory.Create() Method

Creates a ReportServerClient.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

Declaration

public override IReportServerClient Create()

Returns

Type Description
IReportServerClient

An object implementing the IReportServerClient interface (typically, this is a ReportServerClient object).

See Also