获取一个 Boolean 值,该值指示**“ReportViewer”**控件的提示区域当前是否可见。
命名空间:  Microsoft.Reporting.WinForms
程序集:  Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)
语法
声明
Public ReadOnly Property ArePromptsVisible As Boolean
    Get
用法
Dim instance As ReportViewerStatus
Dim value As Boolean
value = instance.ArePromptsVisible
public bool ArePromptsVisible { get; }
public:
property bool ArePromptsVisible {
    bool get ();
}
member ArePromptsVisible : bool
function get ArePromptsVisible () : boolean
属性值
类型:System.Boolean
如果提示区域当前可见,则为 true;否则为 false。
注释
值为 false 指示以下一种或多种情况:
- 不支持提示 
- 报表没有要显示的提示 
- 提示区域当前处于折叠状态