WebCredential.UserName Property
Specifies the user name 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 user name. |
Remarks
Use the UserName and WebCredential.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