Proprietà ReportViewer.ToolBarItemPressedBorderStyle

Nota: questa API è obsoleta.

Questa proprietà non è più applicabile ed è presente per compatibilità con le versioni precedenti. I pulsanti premuti non vengono più utilizzati dal controllo ReportViewer.

Spazio dei nomi  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
<ObsoleteAttribute("The report viewer no longer uses pressed buttons.")> _
Public Property ToolBarItemPressedBorderStyle As BorderStyle
    Get
    Set
'Utilizzo
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.")]
public BorderStyle ToolBarItemPressedBorderStyle { get; set; }
[BrowsableAttribute(false)]
[ObsoleteAttribute(L"The report viewer no longer uses pressed buttons.")]
public:
property BorderStyle ToolBarItemPressedBorderStyle {
    BorderStyle get ();
    void set (BorderStyle value);
}
[<BrowsableAttribute(false)>]
[<ObsoleteAttribute("The report viewer no longer uses pressed buttons.")>]
member ToolBarItemPressedBorderStyle : BorderStyle with get, set
function get ToolBarItemPressedBorderStyle () : BorderStyle
function set ToolBarItemPressedBorderStyle (value : BorderStyle)

Valore proprietà

Tipo: System.Web.UI.WebControls.BorderStyle
Valore di BorderStyle contenente lo stile del bordo dell'elemento della barra degli strumenti nello stato di selezione.

Vedere anche

Riferimento

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WebForms