Share via


Propiedad ReportViewer.InternalBorderStyle

Obtiene o establece el estilo del borde interno del control.

Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en microsoft.reportviewer.webforms.dll)

Sintaxis

'Declaración
<DefaultValueAttribute(BorderStyle.Solid)> _
<CategoryAttribute("Appearance")> _
<WebBrowsableAttribute(True)> _
Public Property InternalBorderStyle As BorderStyle
'Uso
Dim instance As ReportViewer
Dim value As BorderStyle

value = instance.InternalBorderStyle

instance.InternalBorderStyle = value
[DefaultValueAttribute(BorderStyle.Solid)] 
[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)

Valor de la propiedad

Un valor BorderStyle que indica el estilo del borde interno del control.

Consulte también

Referencia

Clase ReportViewer
Miembros ReportViewer
Espacio de nombres Microsoft.Reporting.WebForms