Partilhar via


Propriedade ReportViewer.InternalBorderWidth

Obtém ou define a largura da borda interna do controle.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)

Sintaxe

'Declaração
<WebBrowsableAttribute(True)> _
Public Property InternalBorderWidth As Unit
[WebBrowsableAttribute(true)]
public Unit InternalBorderWidth { get; set; }
[WebBrowsableAttribute(true)]
public:
property Unit InternalBorderWidth {
    Unit get ();
    void set (Unit value);
}
[<WebBrowsableAttribute(true)>]
member InternalBorderWidth : Unit with get, set
function get InternalBorderWidth () : Unit
function set InternalBorderWidth (value : Unit)

Valor de propriedade

Tipo: Unit
Um valor Unit que contém a largura da borda interna do controle.

Consulte também

Referência

ReportViewer Classe

Namespace Microsoft.Reporting.WebForms