Open this page in the API Guide

View.InitialViewOptions Property

Gets or sets the initial view options, such as it should start full screen. This option can be overridden by the overrides.

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public ViewOptions InitialViewOptions { get; set; }

Property Value

Type: ViewOptions
The initial view options.
See Also