Share via


Action Members

Include Protected Members
Include Inherited Members

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

The Action type exposes the following members.

Constructors

  Name Description
Public method Action() Initializes a new instance of the Action class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method SetBookmarkAction(String) Makes this action a bookmark action.
Public method SetBookmarkAction(String, String) Makes this action a bookmark action with a specified label.
Public method SetDrillthroughAction(String) Makes this action a drillthrough action with no parameters.
Public method SetDrillthroughAction(String, NameValueCollection) Makes this action a drillthrough action with the specified parameters.
Public method SetDrillthroughAction(String, NameValueCollection, String) Makes this action a drillthrough action with the specified parameters and label.
Public method SetHyperlinkAction(String) Makes this a hyperlink action.
Public method SetHyperlinkAction(String, String) Makes this a hyperlink action with a specified label.
Public method ToString() (Inherited from Object.)

Top

Properties

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

Top