Share via


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
Public method ActionCollection Initializes a new instance of the ActionCollection class.

Top

Properties

  Name Description
Public property Count Gets the number of items in the collection.
Public property Item Gets an item from the collection at the specified index.

Top

Methods

  Name Description
Public method Add Adds an Action object to the collection.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.ReportingServices.ReportRendering Namespace