Udostępnij za pośrednictwem


Delegat ReportCredentialsEventHandler

Represents the method that will handle a SubmittingDataSourceCredentials event.

Przestrzeń nazw:  Microsoft.Reporting.WebForms
Zestaw:  Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)

Składnia

'Deklaracja
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
Język JScript nie obsługuje delegatów.

Parametry

  • sender
    Typ: Object
    The source of the event.

Zobacz też

Informacje

Przestrzeń nazw Microsoft.Reporting.WebForms