ExportProviderInfoCreatesFile Property |
Gets a value indicating whether this export provider creates a file or not.
Namespace: Dundas.BI.ExportAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic virtual bool CreatesFile { get; }Public Overridable ReadOnly Property CreatesFile As Boolean
Get
public:
virtual property bool CreatesFile {
bool get ();
}abstract CreatesFile : bool with get
override CreatesFile : bool with get
Property Value
Boolean if this export provider creates a file; otherwise,
.
See Also