Compartir a través de


Delegado ReportCredentialsEventHandler

Representa el método que controlará un evento SubmittingDataSourceCredentials.

Espacio de nombres:  Microsoft.Reporting.WebForms
Ensamblado:  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Sintaxis

'Declaración
Public Delegate Sub ReportCredentialsEventHandler ( _
    sender As Object, _
    e As ReportCredentialsEventArgs _
)
'Uso
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 admite el uso de delegados, pero no la declaración de otros nuevos.

Parámetros

Vea también

Referencia

Espacio de nombres Microsoft.Reporting.WebForms