Skip to main content

ReportServerClientFactory.Create() Method

Creates a ReportServerClient.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

public override IReportServerClient Create()

Returns

Type Description
IReportServerClient

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

See Also