Delen via


ReportViewerStatus.ArePromptsVisible Property

Gets a Boolean value that indicates whether the prompt area of the ReportViewer control is currently visible.

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

Syntax

'Declaration
Public ReadOnly Property ArePromptsVisible As Boolean
'Usage
Dim instance As ReportViewerStatus
Dim value As Boolean

value = instance.ArePromptsVisible
public bool ArePromptsVisible { get; }
public:
property bool ArePromptsVisible {
    bool get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public boolean get_ArePromptsVisible ()
DebuggerStepThroughAttribute 
public function get ArePromptsVisible () : boolean

Property Value

true if the prompt area is currently visible; otherwise, false.

Remarks

The value of false indicates one or more of the following conditions:

  • prompts are not supported

  • the report does not have prompts to display

  • the prompt area is currently collapsed

See Also

Reference

ReportViewerStatus Class
ReportViewerStatus Members
Microsoft.Reporting.WinForms Namespace