Compartir a través de


ReportItem.Top Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Property Top As ReportSize 
    Get
'Uso
Dim instance As ReportItem 
Dim value As ReportSize 

value = instance.Top
public virtual ReportSize Top { get; }
public:
virtual property ReportSize^ Top {
    ReportSize^ get ();
}
abstract Top : ReportSize 
override Top : ReportSize
function get Top () : ReportSize

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object that represents the distance of the item from the top of the containing object.

Vea también

Referencia

ReportItem Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering