CredentialsEventArgs Constructors
Provides data for the RemoteDocumentSource.ReportServerCredentialsDemanded event.| Name | Parameters | Description |
|---|---|---|
| CredentialsEventArgs() | none | Initializes a new instance of the CredentialsEventArgs class with the default settings. |
| CredentialsEventArgs(String, String) | userName, password | Initializes a new instance of the CredentialsEventArgs class with the specified user credentials. |
See Also