ActionCollection Class
Represents a collection of Action objects. This class cannot be inherited.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.ReportRendering.ActionCollection
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ActionCollection
'Usage
Dim instance As ActionCollection
public sealed class ActionCollection
public ref class ActionCollection sealed
[<SealedAttribute>]
type ActionCollection = class end
public final class ActionCollection
The ActionCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ActionCollection | Initializes a new instance of the ActionCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of items in the collection. | |
Item | Gets an item from the collection at the specified index. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds an Action object to the collection. | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.