ReportCredentialsEventHandler Delegate

 

Represents the method that will handle a SubmittingDataSourceCredentials event.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

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
Public Delegate Sub ReportCredentialsEventHandler (
    sender As Object,
    e As ReportCredentialsEventArgs
)

Parameters

Examples

Legacy Code Example

 

See Also

Microsoft.Reporting.WinForms Namespace

Return to top