ReportViewer.ToolBarItemPressedBorderStyle Property

Gets or sets the border style of the toolbar item while it is being selected.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
<DefaultValueAttribute(BorderStyle.Solid)> _
<CategoryAttribute("Appearance")> _
Public Property ToolBarItemPressedBorderStyle As BorderStyle
'Usage
Dim instance As ReportViewer
Dim value As BorderStyle

value = instance.ToolBarItemPressedBorderStyle

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

Property Value

A BorderStyle value containing the border style of the toolbar item in selected state.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace