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


Свойство CellContents.RowSpan

Indicates the number of rows this cell spans.

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

Синтаксис

'Декларация
Public ReadOnly Property RowSpan As Integer 
    Get
'Применение
Dim instance As CellContents 
Dim value As Integer 

value = instance.RowSpan
public int RowSpan { get; }
public:
property int RowSpan {
    int get ();
}
member RowSpan : int
function get RowSpan () : int

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

Тип: System.Int32
An int value.

См. также

Справочник

CellContents Класс

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