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


Свойство ReportViewer.ShowExportButton

Указывает, видима ли кнопка Экспорт в элементе управления.

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

Синтаксис

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

value = instance.ShowExportButton

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

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

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

См. также

Справочник

ReportViewer Класс

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