ReportViewer.ShowContextMenu プロパティ
コンテキスト メニューを表示するかどうかを指定します。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)
構文
'宣言
Public Property ShowContextMenu As Boolean
Get
Set
'使用
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)
プロパティ値
型: System.Boolean
ブール値。既定値は true です。