Udostępnij za pośrednictwem


Właściwość ReportViewer.ShowPrintButton —

Gets or sets a value that indicates whether the Print button is visible.

Przestrzeń nazw:  Microsoft.Reporting.WinForms
Zestaw:  Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)

Składnia

'Deklaracja
Public Property ShowPrintButton As Boolean
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)

Wartość właściwości

Typ: Boolean
true if the buttons for the print functions are visible; otherwise, false. The default is true.

Uwagi

The buttons affected by this property include print, page setup, and Print Preview.

Zobacz też

Informacje

ReportViewer Klasa

Przestrzeń nazw Microsoft.Reporting.WinForms