Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the Context menu is visible.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public bool ShowContextMenu { get; set; }
public:
property bool ShowContextMenu {
bool get();
void set(bool value);
}
member ShowContextMenu : bool with get, set
Public Property ShowContextMenu As Boolean
Property Value
Type: System.Boolean
A Boolean value. The default is value true.
See Also
ReportViewer Class
Microsoft.Reporting.WinForms Namespace
Return to top