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.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public string UserName { get; set; }

Property Value

Type Description
String

A String value, specifying the user name.

See Also