ReportViewer.ShowContextMenu-Eigenschaft
Gibt an, ob das Menü Kontext sichtbar ist.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
'Declaration
Public Property ShowContextMenu As Boolean
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)
Eigenschaftswert
Typ: Boolean
Ein Boolean-Wert.Der Standardwert ist true.