Top プロパティ
レポート アイテムの上端の縦方向の位置を、cm、mm、in、pt、pc などの単位で取得します。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Property Top As ReportSize
Get
Set
'使用
Dim instance As ReportItem
Dim value As ReportSize
value = instance.Top
instance.Top = value
public ReportSize Top { get; set; }
public:
property ReportSize^ Top {
ReportSize^ get ();
void set (ReportSize^ value);
}
member Top : ReportSize with get, set
function get Top () : ReportSize
function set Top (value : ReportSize)
プロパティ値
型: Microsoft.ReportingServices.ReportRendering. . :: . .ReportSize
レポート上にあるアイテムの上端の縦方向の位置を、その親との相対位置として格納した ReportSize オブジェクトです。