Compartir a través de


Clase ActionCollection

Represents a collection of Action objects. This class cannot be inherited.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.ReportRendering.ActionCollection

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class ActionCollection
'Uso
Dim instance As ActionCollection
public sealed class ActionCollection
public ref class ActionCollection sealed
[<SealedAttribute>]
type ActionCollection =  class end
public final class ActionCollection

El tipo ActionCollection expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ActionCollection Initializes a new instance of the ActionCollection class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of items in the collection.
Propiedad pública Item Gets an item from the collection at the specified index.

Arriba

Métodos

  Nombre Descripción
Método público Add Adds an Action object to the collection.
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.ReportRendering