Class Parameters
specifies the collection of parameters used in the report.
Implements
System.Collections.Generic.IList<Parameter>
System.Collections.Generic.ICollection<Parameter>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<Parameter>
System.Collections.Generic.IReadOnlyCollection<Parameter>
System.Collections.Generic.IEnumerable<Parameter>
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.Add(Syncfusion.RDL.DOM.Parameter)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.AddRange(System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.Parameter>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.AsReadOnly()
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.BinarySearch(System.Int32, System.Int32, Syncfusion.RDL.DOM.Parameter, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.Parameter>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.BinarySearch(Syncfusion.RDL.DOM.Parameter)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.BinarySearch(Syncfusion.RDL.DOM.Parameter, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.Parameter>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.Clear()
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.Contains(Syncfusion.RDL.DOM.Parameter)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.ConvertAll<TOutput>(System.Converter<Syncfusion.RDL.DOM.Parameter, TOutput>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.CopyTo(Syncfusion.RDL.DOM.Parameter[])
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.CopyTo(System.Int32, Syncfusion.RDL.DOM.Parameter[], System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.CopyTo(Syncfusion.RDL.DOM.Parameter[], System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.Exists(System.Predicate<Syncfusion.RDL.DOM.Parameter>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.Find(System.Predicate<Syncfusion.RDL.DOM.Parameter>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.FindAll(System.Predicate<Syncfusion.RDL.DOM.Parameter>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.FindIndex(System.Predicate<Syncfusion.RDL.DOM.Parameter>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.FindIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.Parameter>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.FindIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.Parameter>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.FindLast(System.Predicate<Syncfusion.RDL.DOM.Parameter>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.FindLastIndex(System.Predicate<Syncfusion.RDL.DOM.Parameter>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.FindLastIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.Parameter>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.Parameter>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.ForEach(System.Action<Syncfusion.RDL.DOM.Parameter>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.Parameter>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.IndexOf(Syncfusion.RDL.DOM.Parameter)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.IndexOf(Syncfusion.RDL.DOM.Parameter, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.IndexOf(Syncfusion.RDL.DOM.Parameter, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.Insert(System.Int32, Syncfusion.RDL.DOM.Parameter)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.Parameter>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.LastIndexOf(Syncfusion.RDL.DOM.Parameter)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.LastIndexOf(Syncfusion.RDL.DOM.Parameter, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.LastIndexOf(Syncfusion.RDL.DOM.Parameter, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.Remove(Syncfusion.RDL.DOM.Parameter)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.RemoveAll(System.Predicate<Syncfusion.RDL.DOM.Parameter>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.RemoveAt(System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.Reverse()
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.Sort()
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.Sort(System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.Parameter>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.Parameter>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.Sort(System.Comparison<Syncfusion.RDL.DOM.Parameter>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.ToArray()
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.TrimExcess()
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.TrueForAll(System.Predicate<Syncfusion.RDL.DOM.Parameter>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.Capacity
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.Count
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.System.Collections.Generic.ICollection<Syncfusion.RDL.DOM.Parameter>.IsReadOnly
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.Item[System.Int32]
System.Collections.Generic.List<Syncfusion.RDL.DOM.Parameter>.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.ReportControls.Wpf.dll
Syntax
public class Parameters : List<Parameter>, IList<Parameter>, ICollection<Parameter>, IList, ICollection, IReadOnlyList<Parameter>, IReadOnlyCollection<Parameter>, IEnumerable<Parameter>, IEnumerable
Constructors
Parameters()
Declaration
public Parameters()
Parameters(ReportSerializer)
Declaration
public Parameters(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
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