Top プロパティ

親オブジェクトの上端からアイテムまでの距離。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.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.RdlObjectModel. . :: . .ReportSize
ReportSize オブジェクトです。