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
'Declaration
Public ReadOnly Property CanSubmitPromptAreaValues As Boolean
'Usage
Dim instance As ReportViewerStatus
Dim value As Boolean
value = instance.CanSubmitPromptAreaValues
public bool CanSubmitPromptAreaValues { get; }
public:
property bool CanSubmitPromptAreaValues {
bool get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public boolean get_CanSubmitPromptAreaValues ()
DebuggerStepThroughAttribute
public function get CanSubmitPromptAreaValues () : boolean
Property Value
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
Reference
ReportViewerStatus Class
ReportViewerStatus Members
Microsoft.Reporting.WinForms Namespace