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


Свойство TablixRow.TablixCells

The list of cells in a row in the detail section of the tablix.

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

Синтаксис

'Декларация
Public Property TablixCells As IList(Of TablixCell)
    Get 
    Set
'Применение
Dim instance As TablixRow 
Dim value As IList(Of TablixCell)

value = instance.TablixCells

instance.TablixCells = value
public IList<TablixCell> TablixCells { get; set; }
public:
property IList<TablixCell^>^ TablixCells {
    IList<TablixCell^>^ get ();
    void set (IList<TablixCell^>^ value);
}
member TablixCells : IList<TablixCell> with get, set
function get TablixCells () : IList<TablixCell>
function set TablixCells (value : IList<TablixCell>)

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

Тип: System.Collections.Generic.IList<TablixCell>
An IList<T> object.

См. также

Справочник

TablixRow Класс

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