ReportViewer.ToolBarItemPressedBorderColor Property
NOTE: This property is now obsolete.
This property is no longer applicable and exists for backward compatibility. ReportViewer control no longer uses pressed buttons.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<ObsoleteAttribute("The report viewer no longer uses pressed buttons.")> _
<BrowsableAttribute(False)> _
<DefaultValueAttribute(GetType(Color), "#336699")> _
Public Property ToolBarItemPressedBorderColor As Color
'Usage
Dim instance As ReportViewer
Dim value As Color
value = instance.ToolBarItemPressedBorderColor
instance.ToolBarItemPressedBorderColor = value
[ObsoleteAttribute("The report viewer no longer uses pressed buttons.")]
[BrowsableAttribute(false)]
[DefaultValueAttribute(typeof(Color), "#336699")]
public Color ToolBarItemPressedBorderColor { get; set; }
[ObsoleteAttribute(L"The report viewer no longer uses pressed buttons.")]
[BrowsableAttribute(false)]
[DefaultValueAttribute(typeof(Color), L"#336699")]
public:
property Color ToolBarItemPressedBorderColor {
Color get ();
void set (Color value);
}
/** @property */
public Color get_ToolBarItemPressedBorderColor ()
/** @property */
public void set_ToolBarItemPressedBorderColor (Color value)
public function get ToolBarItemPressedBorderColor () : Color
public function set ToolBarItemPressedBorderColor (value : Color)
Property Value
A Color value indicating the color of the toolbar item in pressed state.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace