Свойство RowCollection
Gets the rows of the tablix body.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property RowCollection As TablixRowCollection
Get
'Применение
Dim instance As TablixBody
Dim value As TablixRowCollection
value = instance.RowCollection
public TablixRowCollection RowCollection { get; }
public:
property TablixRowCollection^ RowCollection {
TablixRowCollection^ get ();
}
member RowCollection : TablixRowCollection
function get RowCollection () : TablixRowCollection
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .TablixRowCollection
A TablixRowCollection object.
См. также