Class CellContents
Represents a report item contained in the body, header, or corner cell of a tablix.
Inheritance
System.Object
CellContents
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 CellContents
Constructors
CellContents()
Declaration
public CellContents()
CellContents(ReportSerializer)
Declaration
public CellContents(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
Properties
ColSpan
Declaration
public int ColSpan { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ReportItem
Declaration
public ReportItem ReportItem { get; set; }
Property Value
Type | Description |
---|---|
ReportItem |
RowSpan
Declaration
public int RowSpan { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Clone()
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object |