Skip to main content

CredentialsEventArgs.UserName Property

Specifies the user name to login to a Report and Dashboard Server.

Namespace: DevExpress.ReportServer.Printing

Assembly: DevExpress.Printing.v23.1.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

public string UserName { get; set; }

Property Value

Type Description
String

A String value, specifying the user name.

See Also