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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Returns
Type | Description |
---|---|
Task<IReportServerClient> | A Task, specifying the object implementing the IReportServerClient interface. |
See Also