[]
Represents an Action element defines a Hyperlink, Bookmark link, Drillthrough or ApplyParameters action associated with a ReportItem.
public sealed class Action : IValidateable
An Action must have one and only one of the following properties: Hyperlink, BookmarkLink, Drillthrough or ApplyParameters.
| Name | Description |
|---|---|
| Action() | Initializes a new instance of the Action class. |
| Name | Description |
|---|---|
| ApplyParameters | Gets an apply parameters action settings that is executed by clicking the report item. |
| BookmarkLink | Gets or sets an expression that evaluates to the ID of a bookmark within the report to which to navigate when the report item is clicked. |
| Drillthrough | Gets or sets a drillthrough report that is executed by clicking the hyperlink. |
| Hyperlink | Gets or sets an expression that evaluates to the URL of the hyperlink. |
| Slice | Gets or sets a slice action information. |
| Name | Description |
|---|---|
| Validate(ValidationContext) | Validates the current state of the Action object. |