Skip to main content

ConnectionProvider.CreateClient() Method

Initializes a report service client within the current login session, established by calling the ConnectionProvider.LoginAsync method.

Namespace: DevExpress.ReportServer.ServiceModel.ConnectionProviders

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

NuGet Package: DevExpress.Printing.Core

Declaration

public IReportServerClient CreateClient()

Returns

Type Description
IReportServerClient

An object implementing the IReportServerClient interface.

See Also