ActionTarget Enumeration

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 enum ActionTarget
Members
  Member nameValueDescription
SameWindow0 Indicates the navigation should occur in the same window. If embedded, the entire window will still navigate.
NewWindow1 Indicates the navigation should occur in a new window.
SameContainer2 Indicates the navigation should occur in the same window, or in the same container if embedded instead of the entire window.
See Also