WebCredential(String, String) Constructor
Initializes a new instance of the WebCredential class with the specified user name and password.
Namespace: DevExpress.XtraReports.Web.DocumentViewer
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
userName | String | A String value. This value is assigned to the WebCredential.UserName property. |
password | String | A String value. This value is assigned to the WebCredential.Password property. |
See Also