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

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.v18.2.Core.dll

Declaration

public Task<IReportServerClient> ConnectAsync()

Returns

Type Description
Task<IReportServerClient>

A Task, specifying the object implementing the IReportServerClient interface.

See Also