ASP.NET Core

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

    Show / Hide Table of Contents

    Class DataRows

    Represents a collection of rows for a DataTable.

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

    Constructors

    DataRows()

    Declaration
    public DataRows()

    DataRows(ReportSerializer)

    Declaration
    public DataRows(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