ReportParametersEventArgs.AutoSubmit-Eigenschaft

Ruft einen Wert ab, der angibt, ob das SubmittingParameterValues-Ereignis vom automatischen Senden der Berichtsparameter aufgrund von bestehenden Abhängigkeiten ausgelöst wird.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Syntax

'Declaration
Public ReadOnly Property AutoSubmit As Boolean
    Get
'Usage
Dim instance As ReportParametersEventArgs
Dim value As Boolean

value = instance.AutoSubmit
public bool AutoSubmit { get; }
public:
property bool AutoSubmit {
    bool get ();
}
member AutoSubmit : bool
function get AutoSubmit () : boolean

Eigenschaftswert

Typ: System.Boolean
true , wenn das SubmittingParameterValues-Ereignis vom automatischen Senden der Berichtsparameter ausgelöst wird, und false, wenn es vom Klicken des Benutzers auf die Schaltfläche Bericht anzeigen ausgelöst wird.

Siehe auch

Verweis

ReportParametersEventArgs Klasse

Microsoft.Reporting.WebForms-Namespace