ReportViewer.InternalBorderWidth Property

Gets or sets the width of the internal border of the control.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
<DefaultValueAttribute(GetType(Unit), "1px")> _
<CategoryAttribute("Appearance")> _
Public Property InternalBorderWidth As Unit
'Usage
Dim instance As ReportViewer
Dim value As Unit

value = instance.InternalBorderWidth

instance.InternalBorderWidth = value
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(typeof(Unit), "1px")] 
[CategoryAttribute("Appearance")] 
public Unit InternalBorderWidth { get; set; }
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(typeof(Unit), L"1px")] 
[CategoryAttribute(L"Appearance")] 
public:
property Unit InternalBorderWidth {
    Unit get ();
    void set (Unit value);
}
/** @property */
public Unit get_InternalBorderWidth ()

/** @property */
public void set_InternalBorderWidth (Unit value)
public function get InternalBorderWidth () : Unit

public function set InternalBorderWidth (value : Unit)

Property Value

A Unit value containing the width of the internal border of the control.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace