ASP.NET Core

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

    Show / Hide Table of Contents

    Class ReportDataSourceCollection

    Collection of Data Sources.

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

    Constructors

    ReportDataSourceCollection()

    Declaration
    public ReportDataSourceCollection()

    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