DataActionNavigateType Enumeration

The type the data action's navigation 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 DataActionNavigateType
Members
  Member nameValueDescription
ThisView0 Indicates the navigation should go to this view.
AnotherView1 Indicates the navigation should go to another view.
Url2 Indicates the navigation should go to a URL.
Back3 Indicates the navigation goes "back".
See Also