Compartir a través de


Action Miembros

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

El tipo Action expone los siguientes miembros.

Constructores

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

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico SetBookmarkAction(String) Makes this action a bookmark action.
Método publico SetBookmarkAction(String, String) Makes this action a bookmark action with a specified label.
Método publico SetDrillthroughAction(String) Makes this action a drillthrough action with no parameters.
Método publico SetDrillthroughAction(String, NameValueCollection) Makes this action a drillthrough action with the specified parameters.
Método publico SetDrillthroughAction(String, NameValueCollection, String) Makes this action a drillthrough action with the specified parameters and label.
Método publico SetHyperlinkAction(String) Makes this a hyperlink action.
Método publico SetHyperlinkAction(String, String) Makes this a hyperlink action with a specified label.
Método publico ToString (Se hereda de Object).

Principio

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.

Principio