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