ExportProviderCreatesFile Property

Gets a value indicating whether this export provider creates a file or not.

Namespace:  Dundas.BI.Export
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public virtual bool CreatesFile { get; }

Property Value

Type: Boolean
if this export provider creates a file; otherwise, .
See Also