Compartir a través de


Clase Action

Represents an available user action for an item. This class cannot be inherited.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.ReportRendering.Action

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

Sintaxis

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

El tipo Action expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública BookmarkLink Gets the link to the bookmark for a report item.
Propiedad pública DrillthroughID Gets a string identifying the drillthrough action.
Propiedad pública DrillthroughParameters Gets the parameters for the drillthrough report.
Propiedad pública DrillthroughReport Gets the URL of the drillthrough report.
Propiedad pública HyperLinkURL The ReportUrl containing the absolute URL of the hyperlink on the item, encoded with a ReplacementRoot property if necessary.
Propiedad pública Label The label to display for the action.

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 SetBookmarkAction(String) Makes this action a bookmark action.
Método público SetBookmarkAction(String, String) Makes this action a bookmark action with a specified label.
Método público SetDrillthroughAction(String) Makes this action a drillthrough action with no parameters.
Método público SetDrillthroughAction(String, NameValueCollection) Makes this action a drillthrough action with the specified parameters.
Método público SetDrillthroughAction(String, NameValueCollection, String) Makes this action a drillthrough action with the specified parameters and label.
Método público SetHyperlinkAction(String) Makes this a hyperlink action.
Método público SetHyperlinkAction(String, String) Makes this a hyperlink action with a specified label.
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