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