ViewOptions Enumeration

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
Members
  Member nameValueDescription
None0 No view options. This will mean everything is visible to the viewer.
ViewOnly1 Show only the view.
MenuOnly2 Show only the menu.
ToolbarOnly3 Show only the toolbar.
MenuToolbar4 Show the menu and the toolbar.
MenuTaskbar5 Show the menu and the taskbar.
MenuToolbarTaskbar6 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