次の方法で共有


GaugePanelItemInstance.Top プロパティ

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

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

構文

'宣言
Public ReadOnly Property Top As Double 
    Get
'使用
Dim instance As GaugePanelItemInstance 
Dim value As Double 

value = instance.Top
public double Top { get; }
public:
property double Top {
    double get ();
}
member Top : float
function get Top () : double

プロパティ値

型: System.Double
Top プロパティの計算値を表す double 値。

関連項目

参照

GaugePanelItemInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間