Classe ReportCredentialsEventArgs
Provides data for the SubmittingDataSourceCredentials event.
Hierarquia de herança
Object
EventArgs
CancelEventArgs
Microsoft.Reporting.WinForms.ReportCredentialsEventArgs
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
<ComVisibleAttribute(False)> _
Public Class ReportCredentialsEventArgs _
Inherits CancelEventArgs
[ComVisibleAttribute(false)]
public class ReportCredentialsEventArgs : CancelEventArgs
[ComVisibleAttribute(false)]
public ref class ReportCredentialsEventArgs : public CancelEventArgs
[<ComVisibleAttribute(false)>]
type ReportCredentialsEventArgs =
class
inherit CancelEventArgs
end
public class ReportCredentialsEventArgs extends CancelEventArgs
O tipo ReportCredentialsEventArgs expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Cancel | Obtém ou define um valor que indica se o evento deve ser cancelado. (Herdado de CancelEventArgs.) | |
Credentials | Gets a collection of DataSourceCredentials. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.) | |
GetHashCode | Serves as the default hash function. (Herdado de Object.) | |
GetType | Gets the Type of the current instance. (Herdado de Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Herdado de Object.) | |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Comentários
When passed into a ReportCredentialsEventHandler, an object of this class contains credentials that the user supplies in the credentials prompt area.
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.