Skip to main content
A newer version of this page is available. .

CredentialsEventArgs(String, String) Constructor

Initializes a new instance of the CredentialsEventArgs class with the specified user credentials.

Namespace: DevExpress.ReportServer.Printing

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public CredentialsEventArgs(
    string userName,
    string password
)

Parameters

Name Type Description
userName String

A String value, specifying the user name. This value is assigned to the CredentialsEventArgs.UserName property.

password String

A String value, specifying the password. This value is assigned to the CredentialsEventArgs.Password property.

See Also