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


Свойство TablixRow.Height

Gets the height of each cell in this row.

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

Синтаксис

'Декларация
Public MustOverride ReadOnly Property Height As ReportSize 
    Get
'Применение
Dim instance As TablixRow 
Dim value As ReportSize 

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

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object that represents the height of each cell in this row.

См. также

Справочник

TablixRow Класс

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