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
<DefaultValueAttribute(BorderStyle.Solid)> _
<SRDescriptionAttribute("InternalBorderStyleDesc")> _
<CategoryAttribute("Appearance")> _
<WebBrowsableAttribute(True)> _
Public Property InternalBorderStyle As BorderStyle
'Utilizzo
Dim instance As ReportViewer
Dim value As BorderStyle

value = instance.InternalBorderStyle

instance.InternalBorderStyle = value
[DefaultValueAttribute(BorderStyle.Solid)] 
[SRDescriptionAttribute("InternalBorderStyleDesc")] 
[CategoryAttribute("Appearance")] 
[WebBrowsableAttribute(true)] 
public BorderStyle InternalBorderStyle { get; set; }
[DefaultValueAttribute(BorderStyle::Solid)] 
[CategoryAttribute(L"Appearance")] 
[WebBrowsableAttribute(true)] 
public:
BorderStyle InternalBorderStyle {
    BorderStyle get ();
    void set (BorderStyle value);
}
/** @property */
public BorderStyle get_InternalBorderStyle ()

/** @property */
public void set_InternalBorderStyle (BorderStyle value)
public function get InternalBorderStyle () : BorderStyle

public function set InternalBorderStyle (value : BorderStyle)

Valore proprietà

Valore BorderStyle che indica lo stile del bordo interno del controllo.

Vedere anche

Riferimento

Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WebForms