Class TablixBody
Defines the layout and structure of the bottom right region that contains the data elements of the tablix.
Inheritance
System.Object
TablixBody
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.ReportControls.Wpf.dll
Syntax
public class TablixBody
Constructors
TablixBody()
Declaration
public TablixBody()
TablixBody(ReportSerializer)
Declaration
public TablixBody(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
Properties
TablixColumns
Declaration
public TablixColumns TablixColumns { get; set; }
Property Value
Type | Description |
---|---|
TablixColumns |
TablixRows
Declaration
public TablixRows TablixRows { get; set; }
Property Value
Type | Description |
---|---|
TablixRows |
Methods
Clone()
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object |