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

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