Share via


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

public bool AutoSubmit { get; }
public:
property bool AutoSubmit {
    bool get();
}
member AutoSubmit : bool with get
Public ReadOnly Property AutoSubmit As Boolean

Property Value

Type: System.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.

See Also

ReportParametersEventArgs Class
Microsoft.Reporting.WinForms Namespace

Return to top