ReportViewer.SubmittingParameterValues Event
Visual Studio 2010
Occurs when report parameter values are submitted to the report server.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
This event occurs when the user clicks the View Report button or when report parameters are automatically submitted due to dependencies between them. Information about this event is passed in a ReportParametersEventArgs object to the ReportParametersEventHandler delegate, which handles the event. This event only applies to remote processing mode.
Handle this event to read or modify the report parameters before they are submitted to the report server. For more information about handling events, see Consuming Events.