ExportProviderDataCreatesFile Property |
Gets a value indicating whether this export provider creates a file or not.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "createsFile", EmitDefaultValue = true)]
public bool CreatesFile { get; set; }
<DataMemberAttribute(Name := "createsFile", EmitDefaultValue := true)>
Public Property CreatesFile As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"createsFile", EmitDefaultValue = true)]
property bool CreatesFile {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "createsFile", EmitDefaultValue = true)>]
member CreatesFile : bool with get, set
Property Value
Type:
Boolean if this export provider creates a file; otherwise,
.
See Also