Propriété ReportViewer.ShowContextMenu
Indique si le menu contextuel est visible.
Espace de noms : Microsoft.Reporting.WinForms
Assembly : Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
Public Property ShowContextMenu As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Boolean
Valeur Boolean. La valeur par défaut est true.