Specifies the possible view options for a view.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataContractAttribute]
public enum ViewOptions
<DataContractAttribute>
Public Enumeration ViewOptions
[DataContractAttribute]
public enum class ViewOptions
[<DataContractAttribute>]
type ViewOptions
Members
| Member name | Value | Description |
---|
| None | 0 |
No view options. This will mean everything is visible to the viewer.
|
| ViewOnly | 1 |
Show only the view.
|
| MenuOnly | 2 |
Show only the menu.
|
| ToolbarOnly | 3 |
Show only the toolbar.
|
| MenuToolbar | 4 |
Show the menu and the toolbar.
|
| MenuTaskbar | 5 |
Show the menu and the taskbar.
|
| MenuToolbarTaskbar | 6 |
Show the menu, the toolbar and the taskbar.
|
Remarks
Lower casing is used for the serialized members as that is what JS uses for easy transition to the URL query string.
See Also