Share via


ReportViewerStatus.CanSubmitPromptAreaValues Property

 

Gets a Boolean value that indicates whether prompted parameters and prompted data source credentials can be submitted for the current report without canceling an existing report processing or interactive rendering operation.

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

Syntax

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

Property Value

Type: System.Boolean

true if prompted parameters and prompted data source credentials can be submitted for the current report without canceling an existing report processing or interactive rendering operation; otherwise, false.

Remarks

The value of true indicates one of the following conditions:

  • no report is being displayed and no report processing operation is currently running

  • a report processing operation has completed with an error message

  • a report processing operation has succeeded and the report is being displayed.

See Also

ReportViewerStatus Class
Microsoft.Reporting.WinForms Namespace

Return to top