Condividi tramite


Proprietà ReportViewer.ToolBarItemBorderStyle

Recupera o imposta lo stile del bordo di un elemento della barra degli strumenti.

Spazio dei nomi  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
<WebBrowsableAttribute(True)> _
Public Property ToolBarItemBorderStyle As BorderStyle
    Get
    Set
'Utilizzo
Dim instance As ReportViewer
Dim value As BorderStyle

value = instance.ToolBarItemBorderStyle

instance.ToolBarItemBorderStyle = value
[WebBrowsableAttribute(true)]
public BorderStyle ToolBarItemBorderStyle { get; set; }
[WebBrowsableAttribute(true)]
public:
property BorderStyle ToolBarItemBorderStyle {
    BorderStyle get ();
    void set (BorderStyle value);
}
[<WebBrowsableAttribute(true)>]
member ToolBarItemBorderStyle : BorderStyle with get, set
function get ToolBarItemBorderStyle () : BorderStyle
function set ToolBarItemBorderStyle (value : BorderStyle)

Valore proprietà

Tipo: System.Web.UI.WebControls.BorderStyle
Valore BorderStyle contenente lo stile del bordo di un elemento della barra degli strumenti.

Vedere anche

Riferimento

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WebForms