Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the border style of an item on the toolbar.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<WebBrowsableAttribute(True)> _
<DefaultValueAttribute(BorderStyle.Solid)> _
<CategoryAttribute("Appearance")> _
Public Property ToolBarItemBorderStyle As BorderStyle
'Usage
Dim instance As ReportViewer
Dim value As BorderStyle
value = instance.ToolBarItemBorderStyle
instance.ToolBarItemBorderStyle = value
[WebBrowsableAttribute(true)]
[DefaultValueAttribute(BorderStyle.Solid)]
[CategoryAttribute("Appearance")]
public BorderStyle ToolBarItemBorderStyle { get; set; }
[WebBrowsableAttribute(true)]
[DefaultValueAttribute(BorderStyle::Solid)]
[CategoryAttribute(L"Appearance")]
public:
property BorderStyle ToolBarItemBorderStyle {
BorderStyle get ();
void set (BorderStyle value);
}
/** @property */
public BorderStyle get_ToolBarItemBorderStyle ()
/** @property */
public void set_ToolBarItemBorderStyle (BorderStyle value)
public function get ToolBarItemBorderStyle () : BorderStyle
public function set ToolBarItemBorderStyle (value : BorderStyle)
Property Value
A BorderStyle value containing the border style of the toolbar item.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace