Class ParameterValues
Contains the ParameterValue objects for every parameter field in the report.
Implements
System.Collections.Generic.IList<ParameterValue>
System.Collections.Generic.ICollection<ParameterValue>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<ParameterValue>
System.Collections.Generic.IReadOnlyCollection<ParameterValue>
System.Collections.Generic.IEnumerable<ParameterValue>
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.Add(Syncfusion.RDL.DOM.ParameterValue)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.AddRange(System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.ParameterValue>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.AsReadOnly()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.BinarySearch(System.Int32, System.Int32, Syncfusion.RDL.DOM.ParameterValue, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.ParameterValue>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.BinarySearch(Syncfusion.RDL.DOM.ParameterValue)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.BinarySearch(Syncfusion.RDL.DOM.ParameterValue, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.ParameterValue>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.Clear()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.Contains(Syncfusion.RDL.DOM.ParameterValue)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.ConvertAll<TOutput>(System.Converter<Syncfusion.RDL.DOM.ParameterValue, TOutput>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.CopyTo(Syncfusion.RDL.DOM.ParameterValue[])
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.CopyTo(System.Int32, Syncfusion.RDL.DOM.ParameterValue[], System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.CopyTo(Syncfusion.RDL.DOM.ParameterValue[], System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.Exists(System.Predicate<Syncfusion.RDL.DOM.ParameterValue>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.Find(System.Predicate<Syncfusion.RDL.DOM.ParameterValue>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.FindAll(System.Predicate<Syncfusion.RDL.DOM.ParameterValue>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.FindIndex(System.Predicate<Syncfusion.RDL.DOM.ParameterValue>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.FindIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.ParameterValue>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.FindIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.ParameterValue>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.FindLast(System.Predicate<Syncfusion.RDL.DOM.ParameterValue>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.FindLastIndex(System.Predicate<Syncfusion.RDL.DOM.ParameterValue>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.FindLastIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.ParameterValue>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.ParameterValue>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.ForEach(System.Action<Syncfusion.RDL.DOM.ParameterValue>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.ParameterValue>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.IndexOf(Syncfusion.RDL.DOM.ParameterValue)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.IndexOf(Syncfusion.RDL.DOM.ParameterValue, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.IndexOf(Syncfusion.RDL.DOM.ParameterValue, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.Insert(System.Int32, Syncfusion.RDL.DOM.ParameterValue)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.ParameterValue>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.LastIndexOf(Syncfusion.RDL.DOM.ParameterValue)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.LastIndexOf(Syncfusion.RDL.DOM.ParameterValue, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.LastIndexOf(Syncfusion.RDL.DOM.ParameterValue, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.Remove(Syncfusion.RDL.DOM.ParameterValue)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.RemoveAll(System.Predicate<Syncfusion.RDL.DOM.ParameterValue>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.RemoveAt(System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.Reverse()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.Sort()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.Sort(System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.ParameterValue>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.ParameterValue>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.Sort(System.Comparison<Syncfusion.RDL.DOM.ParameterValue>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.ToArray()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.TrimExcess()
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.TrueForAll(System.Predicate<Syncfusion.RDL.DOM.ParameterValue>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.Capacity
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.Count
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.System.Collections.Generic.ICollection<Syncfusion.RDL.DOM.ParameterValue>.IsReadOnly
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.Item[System.Int32]
System.Collections.Generic.List<Syncfusion.RDL.DOM.ParameterValue>.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 ParameterValues : List<ParameterValue>, IList<ParameterValue>, ICollection<ParameterValue>, IList, ICollection, IReadOnlyList<ParameterValue>, IReadOnlyCollection<ParameterValue>, IEnumerable<ParameterValue>, IEnumerable
Constructors
ParameterValues()
Declaration
public ParameterValues()
ParameterValues(ReportSerializer)
Declaration
public ParameterValues(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
Methods
Clone()
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable