ReportViewer.ToolBarItemPressedBorderStyle Property
NOTE: This property is now obsolete.
This property is no longer applicable and exists for backward compatibility. The ReportViewer control no longer uses pressed buttons.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
<ObsoleteAttribute("The report viewer no longer uses pressed buttons.")> _
<DefaultValueAttribute(BorderStyle.Solid)> _
Public Property ToolBarItemPressedBorderStyle As BorderStyle
'Usage
Dim instance As ReportViewer
Dim value As BorderStyle
value = instance.ToolBarItemPressedBorderStyle
instance.ToolBarItemPressedBorderStyle = value
[BrowsableAttribute(false)]
[ObsoleteAttribute("The report viewer no longer uses pressed buttons.")]
[DefaultValueAttribute(BorderStyle.Solid)]
public BorderStyle ToolBarItemPressedBorderStyle { get; set; }
[BrowsableAttribute(false)]
[ObsoleteAttribute(L"The report viewer no longer uses pressed buttons.")]
[DefaultValueAttribute(BorderStyle::Solid)]
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