Class ReportParameterInfoCollection
Represents the collection of parameter information of a report.
Inheritance
System.Object
System.Collections.Generic.List<ReportParameterInfo>
ReportParameterInfoCollection
Implements
System.Collections.Generic.IList<ReportParameterInfo>
System.Collections.Generic.ICollection<ReportParameterInfo>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<ReportParameterInfo>
System.Collections.Generic.IReadOnlyCollection<ReportParameterInfo>
System.Collections.Generic.IEnumerable<ReportParameterInfo>
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.Add(Syncfusion.Reports.EJ.ReportParameterInfo)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.AddRange(System.Collections.Generic.IEnumerable<Syncfusion.Reports.EJ.ReportParameterInfo>)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.AsReadOnly()
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.BinarySearch(System.Int32, System.Int32, Syncfusion.Reports.EJ.ReportParameterInfo, System.Collections.Generic.IComparer<Syncfusion.Reports.EJ.ReportParameterInfo>)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.BinarySearch(Syncfusion.Reports.EJ.ReportParameterInfo)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.BinarySearch(Syncfusion.Reports.EJ.ReportParameterInfo, System.Collections.Generic.IComparer<Syncfusion.Reports.EJ.ReportParameterInfo>)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.Clear()
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.Contains(Syncfusion.Reports.EJ.ReportParameterInfo)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.ConvertAll<TOutput>(System.Converter<Syncfusion.Reports.EJ.ReportParameterInfo, TOutput>)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.CopyTo(Syncfusion.Reports.EJ.ReportParameterInfo[])
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.CopyTo(System.Int32, Syncfusion.Reports.EJ.ReportParameterInfo[], System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.CopyTo(Syncfusion.Reports.EJ.ReportParameterInfo[], System.Int32)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.Exists(System.Predicate<Syncfusion.Reports.EJ.ReportParameterInfo>)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.Find(System.Predicate<Syncfusion.Reports.EJ.ReportParameterInfo>)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.FindAll(System.Predicate<Syncfusion.Reports.EJ.ReportParameterInfo>)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.FindIndex(System.Predicate<Syncfusion.Reports.EJ.ReportParameterInfo>)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.FindIndex(System.Int32, System.Predicate<Syncfusion.Reports.EJ.ReportParameterInfo>)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.FindIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.Reports.EJ.ReportParameterInfo>)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.FindLast(System.Predicate<Syncfusion.Reports.EJ.ReportParameterInfo>)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.FindLastIndex(System.Predicate<Syncfusion.Reports.EJ.ReportParameterInfo>)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.FindLastIndex(System.Int32, System.Predicate<Syncfusion.Reports.EJ.ReportParameterInfo>)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.Reports.EJ.ReportParameterInfo>)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.ForEach(System.Action<Syncfusion.Reports.EJ.ReportParameterInfo>)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.System.Collections.Generic.IEnumerable<Syncfusion.Reports.EJ.ReportParameterInfo>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.IndexOf(Syncfusion.Reports.EJ.ReportParameterInfo)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.IndexOf(Syncfusion.Reports.EJ.ReportParameterInfo, System.Int32)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.IndexOf(Syncfusion.Reports.EJ.ReportParameterInfo, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.Insert(System.Int32, Syncfusion.Reports.EJ.ReportParameterInfo)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Syncfusion.Reports.EJ.ReportParameterInfo>)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.LastIndexOf(Syncfusion.Reports.EJ.ReportParameterInfo)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.LastIndexOf(Syncfusion.Reports.EJ.ReportParameterInfo, System.Int32)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.LastIndexOf(Syncfusion.Reports.EJ.ReportParameterInfo, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.Remove(Syncfusion.Reports.EJ.ReportParameterInfo)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.RemoveAll(System.Predicate<Syncfusion.Reports.EJ.ReportParameterInfo>)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.RemoveAt(System.Int32)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.Reverse()
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.Sort()
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.Sort(System.Collections.Generic.IComparer<Syncfusion.Reports.EJ.ReportParameterInfo>)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Syncfusion.Reports.EJ.ReportParameterInfo>)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.Sort(System.Comparison<Syncfusion.Reports.EJ.ReportParameterInfo>)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.ToArray()
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.TrimExcess()
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.TrueForAll(System.Predicate<Syncfusion.Reports.EJ.ReportParameterInfo>)
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.Capacity
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.Count
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.System.Collections.Generic.ICollection<Syncfusion.Reports.EJ.ReportParameterInfo>.IsReadOnly
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.Item[System.Int32]
System.Collections.Generic.List<Syncfusion.Reports.EJ.ReportParameterInfo>.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 sealed class ReportParameterInfoCollection : List<ReportParameterInfo>, IList<ReportParameterInfo>, ICollection<ReportParameterInfo>, IList, ICollection, IReadOnlyList<ReportParameterInfo>, IReadOnlyCollection<ReportParameterInfo>, IEnumerable<ReportParameterInfo>, IEnumerable
Constructors
ReportParameterInfoCollection()
Declaration
public ReportParameterInfoCollection()
Properties
Item[String]
Declaration
public ReportParameterInfo this[string name] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Property Value
Type | Description |
---|---|
ReportParameterInfo |
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