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
<DefaultValueAttribute(True)> _
<SRDescriptionAttribute("ShowContextMenuDesc")> _
<CategoryAttribute("Appearance")> _
Public Property ShowContextMenu As Boolean
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowContextMenu

instance.ShowContextMenu = value
[DefaultValueAttribute(true)] 
[SRDescriptionAttribute("ShowContextMenuDesc")] 
[CategoryAttribute("Appearance")] 
public bool ShowContextMenu { get; set; }
[DefaultValueAttribute(true)] 
[CategoryAttribute(L"Appearance")] 
public:
bool ShowContextMenu {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ShowContextMenu ()

/** @property */
public void set_ShowContextMenu (boolean value)
public function get ShowContextMenu () : boolean

public function set ShowContextMenu (value : boolean)

Valore proprietà

Valore booleano. Il valore predefinito è true.

Vedere anche

Riferimento

Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WinForms