Partager via


Membres Action

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

Le type Action expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Action Initializes a new instance of the Action class.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique SetBookmarkAction(String) Makes this action a bookmark action.
Méthode publique SetBookmarkAction(String, String) Makes this action a bookmark action with a specified label.
Méthode publique SetDrillthroughAction(String) Makes this action a drillthrough action with no parameters.
Méthode publique SetDrillthroughAction(String, NameValueCollection) Makes this action a drillthrough action with the specified parameters.
Méthode publique SetDrillthroughAction(String, NameValueCollection, String) Makes this action a drillthrough action with the specified parameters and label.
Méthode publique SetHyperlinkAction(String) Makes this a hyperlink action.
Méthode publique SetHyperlinkAction(String, String) Makes this a hyperlink action with a specified label.
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique BookmarkLink Gets the link to the bookmark for a report item.
Propriété publique DrillthroughID Gets a string identifying the drillthrough action.
Propriété publique DrillthroughParameters Gets the parameters for the drillthrough report.
Propriété publique DrillthroughReport Gets the URL of the drillthrough report.
Propriété publique HyperLinkURL The ReportUrl containing the absolute URL of the hyperlink on the item, encoded with a ReplacementRoot property if necessary.
Propriété publique Label The label to display for the action.

Haut de la page