Compartir a través de


ReportItem.Height Propiedad

Gets the height of the item.

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

Sintaxis

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

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object that represents the height of the item.

Vea también

Referencia

ReportItem Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering