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


Свойство ReportViewer.ShowParameterPrompts

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

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

Синтаксис

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

value = instance.ShowParameterPrompts

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

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

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

См. также

Справочник

ReportViewer Класс

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