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 (25.3.0.1000)
SyntaxPublic 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