ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StateIndicators - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StateIndicators

    Represents a ordered list of state indicator.

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

    Constructors

    StateIndicators()

    Declaration
    public StateIndicators()

    StateIndicators(ReportSerializer)

    Declaration
    public StateIndicators(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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved