Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
sender
Type: System.ObjectThe source of the event.
e
Type: Microsoft.Reporting.WinForms.ReportCredentialsEventArgsA ReportCredentialsEventArgs that contains the event data.
Examples
Legacy Code Example
See Also
Microsoft.Reporting.WinForms Namespace
Return to top