Partilhar via


Propriedade do RDL ReportItem.Height

Gets the height of the item.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

ReportItem Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering