Extension.Visible プロパティ

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

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.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
Boolean 値です。

関連項目

参照

Extension クラス

ReportService2005 名前空間