Свойство ReportViewer.ShowPrintButton
Возвращает или задает значение, которое указывает, видима ли кнопка Печать.
Пространство имен: Microsoft.Reporting.WinForms
Сборка: Microsoft.ReportViewer.WinForms (в Microsoft.ReportViewer.WinForms.dll)
Синтаксис
'Декларация
Public Property ShowPrintButton As Boolean
Get
Set
'Применение
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowPrintButton
instance.ShowPrintButton = value
public bool ShowPrintButton { get; set; }
public:
property bool ShowPrintButton {
bool get ();
void set (bool value);
}
member ShowPrintButton : bool with get, set
function get ShowPrintButton () : boolean
function set ShowPrintButton (value : boolean)
Значение свойства
Тип: System.Boolean
Значение true, если кнопки для функций печати видимы, В противном случае — значение false. Значение по умолчанию — true.
Замечания
Это свойство влияет на кнопки печати, настройки страницы и предварительного просмотра.