TablixCorner Class

Defines the layout and structure of the upper left-hand corner region of a tablix. The height of the corner is the sum of the heights of the column headers. The width of the corner is the sum of the widths of the row headers.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.TablixCorner

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

Syntax

'Declaration
Public NotInheritable Class TablixCorner
'Usage
Dim instance As TablixCorner
public sealed class TablixCorner
public ref class TablixCorner sealed
[<SealedAttribute>]
type TablixCorner =  class end
public final class TablixCorner

The TablixCorner type exposes the following members.

Properties

  Name Description
Public property RowCollection Gets the rows of the tablix corner.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (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.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace