Action Members
Include Protected Members
Include Inherited Members
Contains a hyperlink, bookmark link or drillthrough action associated with a report item.
The Action type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
BookmarkLink | An expression that evaluates to the ID of a bookmark within the report to go to when this report item is clicked on. | |
Drillthrough | The drillthrough report that should be executed by clicking on the hyperlink | |
Hyperlink | An expression that evaluates to the URL of the hyperlink. | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
Label | Gets the label text for this action. |
Top