[]
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 |
|
| BookmarkLink |
the report item is clicked. |
| Drillthrough |
|
| Hyperlink |
|
| Slice | Gets or sets a slice action information. |
| Name | Description |
|---|---|
| Validate(ValidationContext) | Validates the current state of the Action object. |