ReportItem.Top 属性

Gets or sets the distance of the item from the top of the containing object.

命名空间:  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
The distance of the item from the top of the containing object.

请参阅

参考

ReportItem 类

Microsoft.ReportingServices.RdlObjectModel 命名空间