次の方法で共有


GaugePointerInstance.Placement プロパティ

GaugePointer クラスの Placement プロパティの計算値を取得します。

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

構文

'宣言
Public ReadOnly Property Placement As GaugePointerPlacements 
    Get
'使用
Dim instance As GaugePointerInstance 
Dim value As GaugePointerPlacements 

value = instance.Placement
public GaugePointerPlacements Placement { get; }
public:
property GaugePointerPlacements Placement {
    GaugePointerPlacements get ();
}
member Placement : GaugePointerPlacements
function get Placement () : GaugePointerPlacements

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.GaugePointerPlacements
Placement プロパティの計算値を表す GaugePointerPlacements 値。

関連項目

参照

GaugePointerInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間