Compartir a través de


Clase TablixCornerCell

Represents the contents of each corner cell in the tablix.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.TablixCornerCell

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class TablixCornerCell _
    Implements IDefinitionPath
'Uso
Dim instance As TablixCornerCell
public sealed class TablixCornerCell : IDefinitionPath
public ref class TablixCornerCell sealed : IDefinitionPath
[<SealedAttribute>]
type TablixCornerCell =  
    class 
        interface IDefinitionPath 
    end
public final class TablixCornerCell implements IDefinitionPath

El tipo TablixCornerCell expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública CellContents Page breaks in this ReportItem are ignored.
Propiedad pública DefinitionPath Gets the path to this report definition object in the report definition.
Propiedad pública ParentDefinitionPath Gets the path to report definition object's parent in the report definition.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público 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