Click or drag to resize

DataExportInfo Class

Holds the information nesessary to export data tables in the specified format.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddIn.ExportDataExportInfo
          Easymap.AddIn.ExportExcelDataExportInfo

Namespace: Easymap.AddIn.Export
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.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