Compartir a través de


Propiedad ReportViewer.ToolBarItemPressedBorderStyle

Obtiene o establece el estilo del borde del elemento de la barra de herramientas cuando se presiona sobre él.

Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en microsoft.reportviewer.webforms.dll)

Sintaxis

'Declaración
<DefaultValueAttribute(BorderStyle.Solid)> _
<WebBrowsableAttribute(True)> _
<CategoryAttribute("Appearance")> _
Public Property ToolBarItemPressedBorderStyle As BorderStyle
'Uso
Dim instance As ReportViewer
Dim value As BorderStyle

value = instance.ToolBarItemPressedBorderStyle

instance.ToolBarItemPressedBorderStyle = value
[DefaultValueAttribute(BorderStyle.Solid)] 
[WebBrowsableAttribute(true)] 
[CategoryAttribute("Appearance")] 
public BorderStyle ToolBarItemPressedBorderStyle { get; set; }
[DefaultValueAttribute(BorderStyle::Solid)] 
[WebBrowsableAttribute(true)] 
[CategoryAttribute(L"Appearance")] 
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)

Valor de la propiedad

Un valor BorderStyle que contiene el estilo del borde del elemento presionado de la barra de herramientas.

Consulte también

Referencia

Clase ReportViewer
Miembros ReportViewer
Espacio de nombres Microsoft.Reporting.WebForms