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

DocumentViewerRemoteSourceSettings.RequestCredentials Event

Occurs after the user credentials have been requested by a remote report service during authentication.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll

Declaration

public event EventHandler<WebAuthenticatorLoginEventArgs> RequestCredentials

Event Data

The RequestCredentials event's data class is WebAuthenticatorLoginEventArgs. The following properties provide information specific to this event:

Property Description
Credential Specifies the user credentials to login to a remote document source.
Handled Specifies whether or not the corresponding event was handled.
See Also