ReportViewer.BorderStyle Property
Gets or sets the border style of the ReportViewer control.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
<DefaultValueAttribute(BorderStyle.FixedSingle)> _
Public Property BorderStyle As BorderStyle
'Usage
Dim instance As ReportViewer
Dim value As BorderStyle
value = instance.BorderStyle
instance.BorderStyle = value
[DefaultValueAttribute(BorderStyle.FixedSingle)]
public BorderStyle BorderStyle { get; set; }
[DefaultValueAttribute(BorderStyle::FixedSingle)]
public:
property BorderStyle BorderStyle {
BorderStyle get ();
void set (BorderStyle value);
}
/** @property */
public BorderStyle get_BorderStyle ()
/** @property */
public void set_BorderStyle (BorderStyle value)
public function get BorderStyle () : BorderStyle
public function set BorderStyle (value : BorderStyle)
Property Value
A BorderStyle value.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace