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.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
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