The type the action is.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
SyntaxPublic Enumeration ActionType
public enum class ActionType
Members|
| Member name | Value | Description |
|---|
| Script | 0 |
A script action.
|
| DrillDown | 1 |
A baked-in drill down action.
|
| Navigate | 2 |
A baked-in navigate action.
|
| Popup | 3 |
A baked-in pop-up action.
|
| Filter | 4 |
A baked-in filter action.
|
| ChangeLayer | 5 |
A baked-in change layer action.
|
| ToggleTemplateCell | 6 |
A baked-in toggle template cell action.
|
| DataInput | 7 |
A baked-in data input action.
|
| ExpandCollapse | 8 |
An expand/collapse action.
|
See Also