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