Skip to main content

WebCredential.Password Property

Specifies the password for connecting to a remote document source using the Forms authentication type.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public string Password { get; set; }

Property Value

Type Description
String

A String value, specifying the password.

Remarks

Use the WebCredential.UserName and Password properties to connect to a remote document source when the DocumentViewerRemoteSourceSettings.AuthenticationType property is set to AuthenticationType.Forms, AuthenticationType.Guest or AuthenticationType.None.

See Also