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

WebAuthenticatorLoginEventArgs.Credential Property

Specifies the user credentials to login to a remote document source.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

Declaration

public WebCredential Credential { get; set; }

Property Value

Type Description
WebCredential

A WebCredential object.

See Also