ActionCollection Class
Updated: February 25, 2016
Represents a collection of Action objects. This class cannot be inherited.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
| Name | Description | |
|---|---|---|
![]() | ActionCollection() | Initializes a new instance of the ActionCollection class. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of items in the collection. |
![]() | Item[Int32] | Gets an item from the collection at the specified index. |
| Name | Description | |
|---|---|---|
![]() | Add(Action^) | Adds an Action object to the collection. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

