ViewInitialViewOptions 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 (24.3.0.1000)
Syntax public ViewOptions InitialViewOptions { get; set; }
Public Property InitialViewOptions As ViewOptions
Get
Set
public:
property ViewOptions InitialViewOptions {
ViewOptions get ();
void set (ViewOptions value);
}
member InitialViewOptions : ViewOptions with get, set
Property Value
Type:
ViewOptions
The initial view options.
See Also