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