ActionType Enumeration

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)
Syntax
public enum ActionType
Members
  Member nameValueDescription
Script0 A script action.
DrillDown1 A baked-in drill down action.
Navigate2 A baked-in navigate action.
Popup3 A baked-in pop-up action.
Filter4 A baked-in filter action.
ChangeLayer5 A baked-in change layer action.
ToggleTemplateCell6 A baked-in toggle template cell action.
DataInput7 A baked-in data input action.
ExpandCollapse8 An expand/collapse action.
See Also