Compartir a través de


ReportItem.Top Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property Top As ReportSize 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportSize
The distance of the item from the top of the containing object.

Vea también

Referencia

ReportItem Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel