Freigeben über


Body.Height-Eigenschaft

Height of the body

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

Syntax

'Declaration
Public ReadOnly Property Height As ReportSize 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

Body Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace