PopupActionUseSubCanvas Property |
Gets or sets a value indicating whether the sub canvas should be used to render instead of an iframe.
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 UseSubCanvas { get; set; }
Public Property UseSubCanvas As Boolean
Get
Set
public:
property bool UseSubCanvas {
bool get ();
void set (bool value);
}
member UseSubCanvas : bool with get, set
Property Value
Type:
Boolean if the sub canvas should be used; otherwise,
.
See Also