ReportViewer.ShowPrintButton Property

 

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

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public bool ShowPrintButton { get; set; }
public:
property bool ShowPrintButton {
    bool get();
    void set(bool value);
}
member ShowPrintButton : bool with get, set
Public Property ShowPrintButton As Boolean

Property Value

Type: System.Boolean

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

Remarks

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

See Also

ReportViewer Class
Microsoft.Reporting.WinForms Namespace

Return to top