Skip to main content

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.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public string UserName { get; set; }

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