Skip to main content

ConnectionProvider.ConnectAsync() Method

Asynchronously logins to a report server and initializes a report server client within the current login session. This method combines the functionality of the ConnectionProvider.LoginAsync and ConnectionProvider.CreateClient methods.

Namespace: DevExpress.ReportServer.ServiceModel.ConnectionProviders

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

NuGet Package: DevExpress.Printing.Core

Declaration

public Task<IReportServerClient> ConnectAsync()

Returns

Type Description
Task<IReportServerClient>

A Task, specifying the object implementing the IReportServerClient interface.

See Also