DataExportMapperHelperExportMapper Method |
Export the mapper via the DataExportService provided per the specified options. Note that this method is intended for use in derived extensions.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static void ExportMapper(
IMapper sender,
IExtension ext,
IDataExportService svc,
MapperExportOptions options,
bool isLegacy = false
)
Public Shared Sub ExportMapper (
sender As IMapper,
ext As IExtension,
svc As IDataExportService,
options As MapperExportOptions,
Optional isLegacy As Boolean = false
)
Parameters
- sender
- Type: NetQuarry.DataIMapper
The mapper to export. - ext
- Type: NetQuarryIExtension
The extension that called this function. - svc
- Type: NetQuarry.ServicesIDataExportService
The DataExportService to use to process the export. - options
- Type: NetQuarryMapperExportOptions
The export options. - isLegacy (Optional)
- Type: SystemBoolean
If true, the system will process the Export in the legacy, Excel-only way.
See Also