Compartir a través de


Rectangle.Top Propiedad

Gets the distance from this rectangle to the top of the container.

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

Sintaxis

'Declaración
Public Overrides ReadOnly Property Top As ReportSize 
    Get
'Uso
Dim instance As Rectangle 
Dim value As ReportSize 

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object.

Vea también

Referencia

Rectangle Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering