ReportViewer.InternalBorderStyle Property
Gets or sets the internal border style of the control.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<CategoryAttribute("Appearance")> _
<WebBrowsableAttribute(True)> _
<DefaultValueAttribute(BorderStyle.Solid)> _
Public Property InternalBorderStyle As BorderStyle
'Usage
Dim instance As ReportViewer
Dim value As BorderStyle
value = instance.InternalBorderStyle
instance.InternalBorderStyle = value
[CategoryAttribute("Appearance")]
[WebBrowsableAttribute(true)]
[DefaultValueAttribute(BorderStyle.Solid)]
public BorderStyle InternalBorderStyle { get; set; }
[CategoryAttribute(L"Appearance")]
[WebBrowsableAttribute(true)]
[DefaultValueAttribute(BorderStyle::Solid)]
public:
property 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)
Property Value
A BorderStyle value indicating the style of the control's internal border.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace