次の方法で共有


Visibility.Hidden プロパティ

アイテムを初期状態で非表示にするかどうかを示す値を取得します。

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

構文

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

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
ReportBoolProperty オブジェクト。

関連項目

参照

Visibility クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間