Action Members
Include Protected Members
Include Inherited Members
Contains a hyperlink, bookmark link, or drillthrough action that is associated with a report item.
The Action type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Action() | Creates a new instance of the Action class. |
![]() |
Action(IPropertyStore) | Creates a new instance of the Action class. |
Top
Methods
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. |
![]() |
Drillthrough | The drillthrough report that should be executed by clicking the hyperlink. |
![]() |
Hyperlink | An expression that evaluates to the URL of the hyperlink. |
![]() |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) |
![]() |
PropertyStore | The property store. (Inherited from ReportObjectBase.) |
![]() |
Site | Infrastructure. (Inherited from ReportObject.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDisposable.Dispose() | (Inherited from ReportObject.) |
![]() ![]() |
IComponent.Disposed | (Inherited from ReportObject.) |
Top