Поделиться через


Свойство ReportViewer.ShowPromptAreaButton

Возвращает или задает значение, показывающее, видима ли на разделителе кнопка, которая показывает и сворачивает область подсказки.

Пространство имен:  Microsoft.Reporting.WebForms
Сборка:  Microsoft.ReportViewer.WebForms (в Microsoft.ReportViewer.WebForms.dll)

Синтаксис

'Декларация
<WebBrowsableAttribute(True)> _
Public Property ShowPromptAreaButton As Boolean
    Get
    Set
'Применение
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowPromptAreaButton

instance.ShowPromptAreaButton = value
[WebBrowsableAttribute(true)]
public bool ShowPromptAreaButton { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowPromptAreaButton {
    bool get ();
    void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowPromptAreaButton : bool with get, set
function get ShowPromptAreaButton () : boolean
function set ShowPromptAreaButton (value : boolean)

Значение свойства

Тип: System.Boolean
Значение true, если кнопка видима на разделителе, в противном случае значение false. Значение по умолчанию — true.

См. также

Справочник

ReportViewer Класс

Пространство имен Microsoft.Reporting.WebForms