Proprietà ReportViewer.ShowContextMenu

Indica se il menu Contesto è visibile.

Spazio dei nomi  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Sintassi

'Dichiarazione
Public Property ShowContextMenu As Boolean
    Get
    Set
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowContextMenu

instance.ShowContextMenu = value
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)

Valore proprietà

Tipo: System.Boolean
Valore booleano. Il valore predefinito è true.

Vedere anche

Riferimento

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WinForms