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 border style of the ReportViewer control.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public BorderStyle BorderStyle { get; set; }
public:
property BorderStyle BorderStyle {
BorderStyle get();
void set(BorderStyle value);
}
member BorderStyle : BorderStyle with get, set
Public Property BorderStyle As BorderStyle
Property Value
Type: System.Windows.Forms.BorderStyle
A BorderStyle value.
See Also
ReportViewer Class
Microsoft.Reporting.WinForms Namespace
Return to top