Proprietà ReportViewer.ToolBarItemPressedBorderStyle

Recupera o imposta lo stile del bordo dell'elemento della barra degli strumenti durante la selezione.

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

Sintassi

'Dichiarazione
<CategoryAttribute("Appearance")> _
<WebBrowsableAttribute(True)> _
<DefaultValueAttribute(BorderStyle.Solid)> _
<SRDescriptionAttribute("ToolBarItemPressedBorderStyleDesc")> _
Public Property ToolBarItemPressedBorderStyle As BorderStyle
'Utilizzo
Dim instance As ReportViewer
Dim value As BorderStyle

value = instance.ToolBarItemPressedBorderStyle

instance.ToolBarItemPressedBorderStyle = value
[CategoryAttribute("Appearance")] 
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(BorderStyle.Solid)] 
[SRDescriptionAttribute("ToolBarItemPressedBorderStyleDesc")] 
public BorderStyle ToolBarItemPressedBorderStyle { get; set; }
[CategoryAttribute(L"Appearance")] 
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(BorderStyle::Solid)] 
public:
BorderStyle ToolBarItemPressedBorderStyle {
    BorderStyle get ();
    void set (BorderStyle value);
}
/** @property */
public BorderStyle get_ToolBarItemPressedBorderStyle ()

/** @property */
public void set_ToolBarItemPressedBorderStyle (BorderStyle value)
public function get ToolBarItemPressedBorderStyle () : BorderStyle

public function set ToolBarItemPressedBorderStyle (value : BorderStyle)

Valore proprietà

Valore BorderStyle contenente lo stile del bordo dell'elemento della barra degli strumenti durante la selezione.

Vedere anche

Riferimento

Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WebForms