TablixCornerCell Class

Represents the contents of each corner cell in the tablix.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.TablixCornerCell

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class TablixCornerCell _
    Implements IDefinitionPath
'Usage
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

The TablixCornerCell type exposes the following members.

Properties

  Name Description
Public property CellContents Page breaks in this ReportItem are ignored.
Public property DefinitionPath Gets the path to this report definition object in the report definition.
Public property ParentDefinitionPath Gets the path to report definition object's parent in the report definition.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.