Właściwość ReportParametersEventArgs.AutoSubmit —
Gets a value indicating whether the SubmittingParameterValues event is triggered by the automatic submission of report parameters due to dependencies between them.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
Public ReadOnly Property AutoSubmit As Boolean
public bool AutoSubmit { get; }
public:
property bool AutoSubmit {
bool get ();
}
member AutoSubmit : bool with get
function get AutoSubmit () : boolean
Wartość właściwości
Typ: Boolean
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.