ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CellContents - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved