Clase CellContents
Represents the contents of a cell in the TablixBody, TablixHeader, or TablixCorner.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.CellContents
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class CellContents
'Uso
Dim instance As CellContents
public sealed class CellContents
public ref class CellContents sealed
[<SealedAttribute>]
type CellContents = class end
public final class CellContents
El tipo CellContents expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
ColSpan | Indicates the number of columns this cell spans. For the purposes of hidden columns, this cell is considered to occupy the first visible column it appears in. | |
ReportItem | Gets the report item in the cell. | |
RowSpan | Indicates the number of rows this cell spans. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering