次の方法で共有


Extension.Visible プロパティ

拡張機能がユーザー インターフェイスに表示されるかどうかを示す値を取得します。

名前空間:  ReportService2010
アセンブリ:  ReportService2010 (ReportService2010.dll)

構文

'宣言
Public Property Visible As Boolean 
    Get 
    Set
'使用
Dim instance As Extension 
Dim value As Boolean 

value = instance.Visible

instance.Visible = value
public bool Visible { get; set; }
public:
property bool Visible {
    bool get ();
    void set (bool value);
}
member Visible : bool with get, set
function get Visible () : boolean 
function set Visible (value : boolean)

プロパティ値

型: System.Boolean
拡張機能がユーザー インターフェイスに表示される場合は true、表示されない場合は false です。

関連項目

参照

Extension クラス

ReportService2010 名前空間