次の方法で共有


MapDockableSubItem.Hidden プロパティ

ドッキング可能なアイテムを非表示にするかどうかを示す値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Hidden As ReportBoolProperty 
    Get
'使用
Dim instance As MapDockableSubItem 
Dim value As ReportBoolProperty 

value = instance.Hidden
public ReportBoolProperty Hidden { get; }
public:
property ReportBoolProperty^ Hidden {
    ReportBoolProperty^ get ();
}
member Hidden : ReportBoolProperty
function get Hidden () : ReportBoolProperty

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
ドッキング可能なアイテムを非表示にするかどうかを示すのに使用される ReportBoolProperty オブジェクト。

関連項目

参照

MapDockableSubItem クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間