次の方法で共有


PointerCap.OnTop プロパティ

ポインターの上にキャップを表示するかどうかを示す値に評価される式を取得します。

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

構文

'宣言
Public ReadOnly Property OnTop As ReportBoolProperty 
    Get
'使用
Dim instance As PointerCap 
Dim value As ReportBoolProperty 

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

プロパティ値

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

関連項目

参照

PointerCap クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間