次の方法で共有


Extension.Visible プロパティ

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

名前空間:  Microsoft.ReportingServices.Interfaces
アセンブリ:   Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)

構文

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

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

プロパティ値

型: System.Boolean
拡張機能が表示されるかどうかを示す Boolean 値です。

関連項目

参照

Extension クラス

Microsoft.ReportingServices.Interfaces 名前空間