IAuthenticationServiceClient Methods
If implemented by a class, provides the client-side functionality for the DevExpress Report Server authentication service.| Name | Description |
|---|---|
| Login(String, String, Object, Action<ScalarOperationCompletedEventArgs<Boolean>>) | Logs into a Report and Dashboard Server. |
| LoginAsync(String, String, Object) | Asynchronously logs into a Report and Dashboard Server. |
See Also