Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates whether the Context menu is visible.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
<CategoryAttribute("Appearance")> _
<DefaultValueAttribute(True)> _
Public Property ShowContextMenu As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowContextMenu
instance.ShowContextMenu = value
[CategoryAttribute("Appearance")]
[DefaultValueAttribute(true)]
public bool ShowContextMenu { get; set; }
[CategoryAttribute(L"Appearance")]
[DefaultValueAttribute(true)]
public:
property 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)
Property Value
A Boolean value. The default is value true.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace