Partilhar via


Delegado ReportCredentialsEventHandler

Represents the method that will handle a SubmittingDataSourceCredentials event.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
Public Delegate Sub ReportCredentialsEventHandler ( _
    sender As Object, _
    e As ReportCredentialsEventArgs _
)
public delegate void ReportCredentialsEventHandler(
    Object sender,
    ReportCredentialsEventArgs e
)
public delegate void ReportCredentialsEventHandler(
    Object^ sender, 
    ReportCredentialsEventArgs^ e
)
type ReportCredentialsEventHandler = 
    delegate of 
        sender:Object * 
        e:ReportCredentialsEventArgs -> unit
JScript não oferece suporte a delegados.

Parâmetros

  • sender
    Tipo: Object
    The source of the event.

Consulte também

Referência

Namespace Microsoft.Reporting.WinForms