Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<DefaultValueAttribute(BorderStyle.Solid)> _
<CategoryAttribute("Appearance")> _
<WebBrowsableAttribute(True)> _
Public Property InternalBorderStyle As BorderStyle
'Usage
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:
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