Właściwość TablixRow.TablixCells
Lista komórek w wierszu tablix w sekcji szczegółów.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property TablixCells As IList(Of TablixCell)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: System.Collections.Generic.IList<TablixCell>
IList<T> Obiektu.