ActionDataUseSubCanvas Property |
Gets or sets a value indicating whether the sub canvas should be used to render instead of an iframe.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "useSubCanvas", EmitDefaultValue = false)]
public bool UseSubCanvas { get; set; }<DataMemberAttribute(Name := "useSubCanvas", EmitDefaultValue := false)>
Public Property UseSubCanvas As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"useSubCanvas", EmitDefaultValue = false)]
property bool UseSubCanvas {
bool get ();
void set (bool value);
}[<DataMemberAttribute(Name = "useSubCanvas", EmitDefaultValue = false)>]
member UseSubCanvas : bool with get, set
Property Value
Type:
Boolean if the sub canvas should be used; otherwise,
.
See Also