ASP.NET MVC

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

    Show / Hide Table of Contents

    Class Actions

    Specifies the Collection of Action elements associated with a report item.

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

    Constructors

    Actions()

    Declaration
    public Actions()

    Actions(ReportSerializer)

    Declaration
    public Actions(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