ExportProviderFileExtension Property |
Gets the file extension of the export result.
Namespace:
Dundas.BI.Export
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public abstract string FileExtension { get; }
Public MustOverride ReadOnly Property FileExtension As String
Get
public:
virtual property String^ FileExtension {
String^ get () abstract;
}
abstract FileExtension : string with get
Property Value
Type:
String
The file extension.
See Also