ASP.NET Core

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

    Show / Hide Table of Contents

    Class DataCell

    Defines the list of data values to pass to the custom report item for a specific combination of leaf-node groups in CustomData.

    Inheritance
    System.Object
    System.Collections.Generic.List<DataValue>
    DataCell
    Implements
    System.Collections.Generic.IList<DataValue>
    System.Collections.Generic.ICollection<DataValue>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<DataValue>
    System.Collections.Generic.IReadOnlyCollection<DataValue>
    System.Collections.Generic.IEnumerable<DataValue>
    System.Collections.IEnumerable
    Inherited Members
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.Add(Syncfusion.RDL.DOM.DataValue)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.System.Collections.IList.Add(System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.AddRange(System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.DataValue>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.AsReadOnly()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.BinarySearch(System.Int32, System.Int32, Syncfusion.RDL.DOM.DataValue, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.DataValue>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.BinarySearch(Syncfusion.RDL.DOM.DataValue)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.BinarySearch(Syncfusion.RDL.DOM.DataValue, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.DataValue>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.Clear()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.Contains(Syncfusion.RDL.DOM.DataValue)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.System.Collections.IList.Contains(System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.ConvertAll<TOutput>(System.Converter<Syncfusion.RDL.DOM.DataValue, TOutput>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.CopyTo(Syncfusion.RDL.DOM.DataValue[])
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.CopyTo(System.Int32, Syncfusion.RDL.DOM.DataValue[], System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.CopyTo(Syncfusion.RDL.DOM.DataValue[], System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.Exists(System.Predicate<Syncfusion.RDL.DOM.DataValue>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.Find(System.Predicate<Syncfusion.RDL.DOM.DataValue>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.FindAll(System.Predicate<Syncfusion.RDL.DOM.DataValue>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.FindIndex(System.Predicate<Syncfusion.RDL.DOM.DataValue>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.FindIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.DataValue>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.FindIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.DataValue>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.FindLast(System.Predicate<Syncfusion.RDL.DOM.DataValue>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.FindLastIndex(System.Predicate<Syncfusion.RDL.DOM.DataValue>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.FindLastIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.DataValue>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.DataValue>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.ForEach(System.Action<Syncfusion.RDL.DOM.DataValue>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.DataValue>.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.GetRange(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.IndexOf(Syncfusion.RDL.DOM.DataValue)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.IndexOf(Syncfusion.RDL.DOM.DataValue, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.IndexOf(Syncfusion.RDL.DOM.DataValue, System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.Insert(System.Int32, Syncfusion.RDL.DOM.DataValue)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.DataValue>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.LastIndexOf(Syncfusion.RDL.DOM.DataValue)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.LastIndexOf(Syncfusion.RDL.DOM.DataValue, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.LastIndexOf(Syncfusion.RDL.DOM.DataValue, System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.Remove(Syncfusion.RDL.DOM.DataValue)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.System.Collections.IList.Remove(System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.RemoveAll(System.Predicate<Syncfusion.RDL.DOM.DataValue>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.RemoveAt(System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.RemoveRange(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.Reverse()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.Reverse(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.Sort()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.Sort(System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.DataValue>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.DataValue>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.Sort(System.Comparison<Syncfusion.RDL.DOM.DataValue>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.ToArray()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.TrimExcess()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.TrueForAll(System.Predicate<Syncfusion.RDL.DOM.DataValue>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.Capacity
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.Count
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.System.Collections.IList.IsFixedSize
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.System.Collections.Generic.ICollection<Syncfusion.RDL.DOM.DataValue>.IsReadOnly
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.System.Collections.IList.IsReadOnly
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.System.Collections.ICollection.IsSynchronized
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.System.Collections.ICollection.SyncRoot
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.Item[System.Int32]
    System.Collections.Generic.List<Syncfusion.RDL.DOM.DataValue>.System.Collections.IList.Item[System.Int32]
    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 DataCell : List<DataValue>, IList<DataValue>, ICollection<DataValue>, IList, ICollection, IReadOnlyList<DataValue>, IReadOnlyCollection<DataValue>, IEnumerable<DataValue>, IEnumerable

    Constructors

    DataCell()

    Declaration
    public DataCell()

    DataCell(ReportSerializer)

    Declaration
    public DataCell(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Implements

    System.Collections.Generic.IList<>
    System.Collections.Generic.ICollection<>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<T>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<>
    System.Collections.IEnumerable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved