Compartir a través de


ReportViewer.ShowContextMenu (Propiedad)

Indica si el menú Contexto está visible.

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

Sintaxis

'Declaración
Public Property ShowContextMenu As Boolean
public bool ShowContextMenu { get; set; }
public:
property bool ShowContextMenu {
    bool get ();
    void set (bool value);
}
member ShowContextMenu : bool with get, set
function get ShowContextMenu () : boolean
function set ShowContextMenu (value : boolean)

Valor de propiedad

Tipo: Boolean
Un valor booleano.El valor predeterminado es true.

Vea también

Referencia

ReportViewer Clase

Microsoft.Reporting.WinForms (Espacio de nombres)