Udostępnij za pośrednictwem


Właściwość Body.Height

Wysokość korpusu

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property Height As ReportSize
    Get
'Użycie
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