ReportViewerStatus.IsPromptingSupported Property
Gets a Boolean value that indicates whether the current processing mode supports prompting for parameters and data source credentials.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
Public ReadOnly Property IsPromptingSupported As Boolean
'Usage
Dim instance As ReportViewerStatus
Dim value As Boolean
value = instance.IsPromptingSupported
public bool IsPromptingSupported { get; }
public:
property bool IsPromptingSupported {
bool get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public boolean get_IsPromptingSupported ()
DebuggerStepThroughAttribute
public function get IsPromptingSupported () : boolean
Property Value
true if the current processing mode supports prompting for parameters and data source credentials; otherwise, false.
Remarks
This property does not indicate whether the current report has prompt areas for parameters or data source credentials prompts.
See Also
Reference
ReportViewerStatus Class
ReportViewerStatus Members
Microsoft.Reporting.WinForms Namespace