Compartir a través de


ReportViewer.BorderStyle (Propiedad)

 

Publicada: abril de 2016

Obtiene o establece el estilo de borde del control ReportViewer.

Espacio de nombres:   Microsoft.Reporting.WinForms
Ensamblado:  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Sintaxis

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

Valor de propiedad

Type: System.Windows.Forms.BorderStyle

Un valor BorderStyle.

Vea también

ReportViewer (Clase)
Microsoft.Reporting.WinForms (Espacio de nombres)

Volver al principio