Delegato ReportCredentialsEventHandler

Rappresenta il metodo che gestirà un evento SubmittingDataSourceCredentials.

Spazio dei nomi  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
Public Delegate Sub ReportCredentialsEventHandler ( _
    sender As Object, _
    e As ReportCredentialsEventArgs _
)
'Utilizzo
Dim instance As New ReportCredentialsEventHandler(AddressOf HandlerMethod)
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 supporta l'utilizzo di delegati, ma non la dichiarazione di nuovi delegati.

Parametri

Vedere anche

Riferimento

Spazio dei nomi Microsoft.Reporting.WebForms