This topic has not yet been rated - Rate this topic

ReportParametersEventArgs Class

Visual Studio 2010

Provides data for the SubmittingParameterValues event.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
'Declaration
<ComVisibleAttribute(False)> _
Public Class ReportParametersEventArgs
	Inherits CancelEventArgs
'Usage
Dim instance As ReportParametersEventArgs

/** @attribute ComVisibleAttribute(false) */ 
public class ReportParametersEventArgs extends CancelEventArgs
ComVisibleAttribute(false) 
public class ReportParametersEventArgs extends CancelEventArgs
System.Object
   System.EventArgs
     System.ComponentModel.CancelEventArgs
      Microsoft.Reporting.WebForms.ReportParametersEventArgs
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.