Proprietà ReportViewer.InternalBorderStyle
Recupera o imposta lo stile del bordo interno del controllo.
Spazio dei nomi Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Sintassi
'Dichiarazione
<WebBrowsableAttribute(True)> _
Public Property InternalBorderStyle As BorderStyle
Get
Set
'Utilizzo
Dim instance As ReportViewer
Dim value As BorderStyle
value = instance.InternalBorderStyle
instance.InternalBorderStyle = value
[WebBrowsableAttribute(true)]
public BorderStyle InternalBorderStyle { get; set; }
[WebBrowsableAttribute(true)]
public:
property BorderStyle InternalBorderStyle {
BorderStyle get ();
void set (BorderStyle value);
}
[<WebBrowsableAttribute(true)>]
member InternalBorderStyle : BorderStyle with get, set
function get InternalBorderStyle () : BorderStyle
function set InternalBorderStyle (value : BorderStyle)
Valore proprietà
Tipo: System.Web.UI.WebControls.BorderStyle
Valore BorderStyle che indica lo stile del bordo interno del controllo.