Action Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an available user action for an item. This class cannot be inherited.
public ref class Action sealed
public sealed class Action
type Action = class
Public NotInheritable Class Action
- Inheritance
-
Action
Constructors
Action() |
Initializes a new instance of the Action class. |
Properties
BookmarkLink |
Gets the link to the bookmark for a report item. |
DrillthroughID |
Gets a string identifying the drillthrough action. |
DrillthroughParameters |
Gets the parameters for the drillthrough report. |
DrillthroughReport |
Gets the URL of the drillthrough report. |
HyperLinkURL |
The ReportUrl containing the absolute URL of the hyperlink on the item, encoded with a ReplacementRoot property if necessary. |
Label |
The label to display for the action. |
Methods
SetBookmarkAction(String, String) |
Makes this action a bookmark action with a specified label. |
SetBookmarkAction(String) |
Makes this action a bookmark action. |
SetDrillthroughAction(String, NameValueCollection, String) |
Makes this action a drillthrough action with the specified parameters and label. |
SetDrillthroughAction(String, NameValueCollection) |
Makes this action a drillthrough action with the specified parameters. |
SetDrillthroughAction(String) |
Makes this action a drillthrough action with no parameters. |
SetHyperlinkAction(String, String) |
Makes this a hyperlink action with a specified label. |
SetHyperlinkAction(String) |
Makes this a hyperlink action. |