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