Click or drag to resize

DataExportInfo Class

Holds the information nesessary to export data tables in the specified format.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Export
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public abstract class DataExportInfo : BaseObject

The DataExportInfo type exposes the following members.

Properties
  NameDescription
Public propertyDataSources
Array of all DataSources, which will be exported.
Public propertyFilename
The filename of the exported file.
Public propertyUseFormattedValues
True, if formatted values should be exported.
Top
See Also