Skip to main content

ServerUserConnectionProvider.LoginAsync() Method

Asynchronously logins to a report server.

Namespace: DevExpress.ReportServer.ServiceModel.ConnectionProviders

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

public override Task<bool> LoginAsync()

Returns

Type Description
Task<Boolean>

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

See Also