Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
The list of cells in a row in the detail section of the tablix.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property TablixCells As IList(Of TablixCell)
Get
Set
'Uso
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>)
Valor de la propiedad
Tipo: System.Collections.Generic.IList<TablixCell>
An IList<T> object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel