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.
Contains a collection of the cells in a row in the table data region.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Sintaxis
'Declaración
Public ReadOnly Property TableCellCollection As TableCellCollection
public TableCellCollection TableCellCollection { get; }
public:
property TableCellCollection^ TableCellCollection {
TableCellCollection^ get ();
}
/** @property */
public TableCellCollection get_TableCellCollection ()
public function get TableCellCollection () : TableCellCollection
Valor de propiedad
A TableCellCollection object containing the cells in the row.
Notas
Nuevo:5 de diciembre de 2005
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
TableRow Class
TableRow Members
Microsoft.ReportingServices.ReportRendering Namespace