Свойство TablixBody.TablixRows
The list of rows in the body section of the tablix.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property TablixRows As IList(Of TablixRow)
Get
Set
'Применение
Dim instance As TablixBody
Dim value As IList(Of TablixRow)
value = instance.TablixRows
instance.TablixRows = value
public IList<TablixRow> TablixRows { get; set; }
public:
property IList<TablixRow^>^ TablixRows {
IList<TablixRow^>^ get ();
void set (IList<TablixRow^>^ value);
}
member TablixRows : IList<TablixRow> with get, set
function get TablixRows () : IList<TablixRow>
function set TablixRows (value : IList<TablixRow>)
Значение свойства
Тип: System.Collections.Generic.IList<TablixRow>
An IList<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel