Compartir a través de


Body.Height Propiedad

Height of the body

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

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

Body Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering