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 callback method that will handle the SubmittingParameterValues event.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public Delegate Sub ReportParametersEventHandler ( _
sender As Object, _
e As ReportParametersEventArgs _
)
'Usage
Dim instance As New ReportParametersEventHandler(AddressOf HandlerMethod)
public delegate void ReportParametersEventHandler (
Object sender,
ReportParametersEventArgs e
)
public delegate void ReportParametersEventHandler (
Object^ sender,
ReportParametersEventArgs^ e
)
/** @delegate */
public delegate void ReportParametersEventHandler (
Object sender,
ReportParametersEventArgs e
)
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- sender
The source of the event.
- e
A ReportParametersEventArgs that contains the event data.