ReportParametersEventArgs.AutoSubmit Property
Gets a value indicating whether the SubmittingParameterValues event is triggered by the automatic submission of report parameters due to dependencies between them.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
Public ReadOnly Property AutoSubmit As Boolean
'Usage
Dim instance As ReportParametersEventArgs
Dim value As Boolean
value = instance.AutoSubmit
public bool AutoSubmit { get; }
public:
property bool AutoSubmit {
bool get ();
}
/** @property */
public boolean get_AutoSubmit ()
public function get AutoSubmit () : boolean
Property Value
true if the SubmittingParameterValues event is triggered by the automatic submission of report parameters; false if it is triggered by the user clicking the View Report button.
See Also
Reference
ReportParametersEventArgs Class
ReportParametersEventArgs Members
Microsoft.Reporting.WinForms Namespace