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


Свойство ReportViewer.ShowRefreshButton

Указывает, видима ли кнопка Обновить.

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

Синтаксис

'Декларация
Public Property ShowRefreshButton As Boolean
    Get
    Set
'Применение
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowRefreshButton

instance.ShowRefreshButton = value
public bool ShowRefreshButton { get; set; }
public:
property bool ShowRefreshButton {
    bool get ();
    void set (bool value);
}
member ShowRefreshButton : bool with get, set
function get ShowRefreshButton () : boolean
function set ShowRefreshButton (value : boolean)

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

Тип: System.Boolean
Значение типа Boolean. Значение по умолчанию — true.

См. также

Справочник

ReportViewer Класс

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