Свойство Rows
Number of rows in the tablix (equals the number of leaf-members in the row hierarchy).
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Rows As Integer
Get
'Применение
Dim instance As Tablix
Dim value As Integer
value = instance.Rows
public int Rows { get; }
public:
property int Rows {
int get ();
}
member Rows : int
function get Rows () : int
Значение свойства
Тип System. . :: . .Int32
An int value.