ReportCredentialsEventHandler Delegate

Represents the method that will handle a SubmittingDataSourceCredentials event.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Public Delegate Sub ReportCredentialsEventHandler ( _
    sender As Object, _
    e As ReportCredentialsEventArgs _
)
'Usage
Dim instance As New ReportCredentialsEventHandler(AddressOf HandlerMethod)
public delegate void ReportCredentialsEventHandler (
    Object sender,
    ReportCredentialsEventArgs e
)
public delegate void ReportCredentialsEventHandler (
    Object^ sender, 
    ReportCredentialsEventArgs^ e
)
/** @delegate */
public delegate void ReportCredentialsEventHandler (
    Object sender, 
    ReportCredentialsEventArgs e
)
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

  • sender
    The source of the event.

See Also

Reference

Microsoft.Reporting.WebForms Namespace