Delegato ReportCredentialsEventHandler
Rappresenta il metodo che gestirà un evento SubmittingDataSourceCredentials.
Spazio dei nomi Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.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
- sender
Tipo: System.Object
Origine dell'evento.
- e
Tipo: Microsoft.Reporting.WinForms.ReportCredentialsEventArgs
Oggetto ReportCredentialsEventArgs contenente i dati relativi all'evento.