ChartElementPosition.Top プロパティ
親オブジェクトの上端からアイテムまでの距離を示す、コンテナーに対する割合 (%) に評価される式を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property Top As ReportDoubleProperty
Get
'使用
Dim instance As ChartElementPosition
Dim value As ReportDoubleProperty
value = instance.Top
public ReportDoubleProperty Top { get; }
public:
property ReportDoubleProperty^ Top {
ReportDoubleProperty^ get ();
}
member Top : ReportDoubleProperty
function get Top () : ReportDoubleProperty
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
ReportDoubleProperty オブジェクト。