ReportParametersEventArgs Class
Provides data for the SubmittingParameterValues event.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
System.ComponentModel.CancelEventArgs
Microsoft.Reporting.WinForms.ReportParametersEventArgs
Syntax
[ComVisibleAttribute(false)]
public class ReportParametersEventArgs : CancelEventArgs
[ComVisibleAttribute(false)]
public ref class ReportParametersEventArgs : CancelEventArgs
[<ComVisibleAttribute(false)>]
type ReportParametersEventArgs =
class
inherit CancelEventArgs
end
<ComVisibleAttribute(False)>
Public Class ReportParametersEventArgs
Inherits CancelEventArgs
Properties
Name | Description | |
---|---|---|
AutoSubmit | Gets a value indicating whether the SubmittingParameterValues event is triggered by the automatic submission of report parameters due to dependencies between them. |
|
Cancel | (Inherited from CancelEventArgs.) |
|
Parameters | Gets the parameters from the parameter prompt area that are being submitted to the report server. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Reporting.WinForms Namespace
Return to top