Condividi tramite


Membri Action

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

Il tipo Action espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico Action Initializes a new instance of the Action class.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico SetBookmarkAction(String) Makes this action a bookmark action.
Metodo pubblico SetBookmarkAction(String, String) Makes this action a bookmark action with a specified label.
Metodo pubblico SetDrillthroughAction(String) Makes this action a drillthrough action with no parameters.
Metodo pubblico SetDrillthroughAction(String, NameValueCollection) Makes this action a drillthrough action with the specified parameters.
Metodo pubblico SetDrillthroughAction(String, NameValueCollection, String) Makes this action a drillthrough action with the specified parameters and label.
Metodo pubblico SetHyperlinkAction(String) Makes this a hyperlink action.
Metodo pubblico SetHyperlinkAction(String, String) Makes this a hyperlink action with a specified label.
Metodo pubblico ToString (Ereditato da Object).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica BookmarkLink Gets the link to the bookmark for a report item.
Proprietà pubblica DrillthroughID Gets a string identifying the drillthrough action.
Proprietà pubblica DrillthroughParameters Gets the parameters for the drillthrough report.
Proprietà pubblica DrillthroughReport Gets the URL of the drillthrough report.
Proprietà pubblica HyperLinkURL The ReportUrl containing the absolute URL of the hyperlink on the item, encoded with a ReplacementRoot property if necessary.
Proprietà pubblica Label The label to display for the action.

In alto