CredentialsEventArgs(String, String) Constructor
Initializes a new instance of the CredentialsEventArgs class with the specified user credentials.
Namespace: DevExpress.ReportServer.Printing
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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