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