Proprietà ReportViewer.ShowPrintButton
Indica se il pulsante Stampa deve essere visibile.
Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Sintassi
'Dichiarazione
<SRDescriptionAttribute("ShowPrintButtonDesc")> _
<WebBrowsableAttribute(True)> _
<CategoryAttribute("ToolBar")> _
<DefaultValueAttribute(True)> _
Public Property ShowPrintButton As Boolean
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowPrintButton
instance.ShowPrintButton = value
[SRDescriptionAttribute("ShowPrintButtonDesc")]
[WebBrowsableAttribute(true)]
[CategoryAttribute("ToolBar")]
[DefaultValueAttribute(true)]
public bool ShowPrintButton { get; set; }
[WebBrowsableAttribute(true)]
[CategoryAttribute(L"ToolBar")]
[DefaultValueAttribute(true)]
public:
bool ShowPrintButton {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_ShowPrintButton ()
/** @property */
public void set_ShowPrintButton (boolean value)
public function get ShowPrintButton () : boolean
public function set ShowPrintButton (value : boolean)
Valore proprietà
Valore Boolean. Il valore predefinito è true.
Vedere anche
Riferimento
Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WebForms