DataActionUseTargetInitialViewOptions Property

Gets or sets a value indicating whether the target view's initial view options should be used. By default, full-screen is always used when a navigation or other action occurs which targets 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
public bool UseTargetInitialViewOptions { get; set; }

Property Value

Type: Boolean
if the target's initial view options should be used; otherwise, .
See Also