The type the target of the action is.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax Public Enumeration ActionTarget
public enum class ActionTarget
Members
| Member name | Value | Description |
---|
| SameWindow | 0 |
Indicates the navigation should occur in the same window. If embedded, the entire window will still navigate.
|
| NewWindow | 1 |
Indicates the navigation should occur in a new window.
|
| SameContainer | 2 |
Indicates the navigation should occur in the same window, or in the same container if embedded instead of the entire window.
|
See Also