Partilhar via


Propriedade do RDL Body.Height

Height of the body

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

Sintaxe

'Declaração
Public ReadOnly Property Height As ReportSize 
    Get
'Uso
Dim instance As Body 
Dim value As ReportSize 

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

Valor da propriedade

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

Consulte também

Referência

Body Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering