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; }
Public Property UseTargetInitialViewOptions As Boolean
Get
Set
public:
property bool UseTargetInitialViewOptions {
bool get ();
void set (bool value);
}
member UseTargetInitialViewOptions : bool with get, set
Property Value
Type:
Boolean if the target's initial view options should be used; otherwise,
.
See Also