Class TablixCorner
Defines the layout and structure of the upper left-hand corner region of a tablix.
Inheritance
System.Object
TablixCorner
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class TablixCorner
Constructors
TablixCorner()
Declaration
public TablixCorner()
TablixCorner(ReportSerializer)
Declaration
public TablixCorner(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
Properties
TablixCornerRows
Declaration
public TablixCornerRows TablixCornerRows { get; set; }
Property Value
Type | Description |
---|---|
TablixCornerRows |
Methods
Clone()
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object |