Classe ReportCredentialsEventArgs
Provides data for the SubmittingDataSourceCredentials event.
Object
EventArgs
CancelEventArgs
Microsoft.Reporting.WebForms.ReportCredentialsEventArgs
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
'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.
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
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
When passed into a ReportCredentialsEventHandler, an object of this class contains credentials that the user supplies in the credentials prompt area.
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.