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