Skip to main content

ConnectionProvider.LoginAsync() Method

Asynchronously logins to a report server.

Namespace: DevExpress.ReportServer.ServiceModel.ConnectionProviders

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

NuGet Package: DevExpress.Printing.Core

Declaration

public abstract Task<bool> LoginAsync()

Returns

Type Description
Task<Boolean>

A Task, specifying whether or not the connection to the report server was successful.

See Also