Compartir a través de


Clase ActionInfo

Represents a set of actions on an item. This class cannot be inherited.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.ReportRendering.ActionInfo

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

Sintaxis

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

El tipo ActionInfo expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Actions Represents the set of actions.
Propiedad pública Style Gets or sets style properties to be used to override properties of the item when in an interactive renderer.

Arriba

Métodos

  Nombre Descripción
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