Поделиться через


Свойство ReportItem.Height

Gets the height of the item.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Overridable ReadOnly Property Height As ReportSize 
    Get
'Применение
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

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object that represents the height of the item.

См. также

Справочник

ReportItem Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering