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)
Syntaxpublic enum DataActionNavigateType
Public Enumeration DataActionNavigateType
public enum class DataActionNavigateType
type DataActionNavigateType
Members|
| Member name | Value | Description |
|---|
| ThisView | 0 |
Indicates the navigation should go to this view.
|
| AnotherView | 1 |
Indicates the navigation should go to another view.
|
| Url | 2 |
Indicates the navigation should go to a URL.
|
| Back | 3 |
Indicates the navigation goes "back".
|
See Also