Partilhar via


Membros Action

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

O tipo Action expõe os seguintes membros.

Construtores

  Nome Descrição
Método público Action Initializes a new instance of the Action class.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado 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 (Herdado de Object.)

Início

Propriedades

  Nome Descrição
Propriedade pública BookmarkLink Gets the link to the bookmark for a report item.
Propriedade pública DrillthroughID Gets a string identifying the drillthrough action.
Propriedade pública DrillthroughParameters Gets the parameters for the drillthrough report.
Propriedade pública DrillthroughReport Gets the URL of the drillthrough report.
Propriedade pública HyperLinkURL The ReportUrl containing the absolute URL of the hyperlink on the item, encoded with a ReplacementRoot property if necessary.
Propriedade pública Label The label to display for the action.

Início