DataExportHelperDoExport Method |
Do the export for a given DataExportService. The results are written to the browser.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static void DoExport(
IMapper mapper,
string xml,
string fileExt,
IDataExportService svc,
IMapper oe = null
)
Public Shared Sub DoExport (
mapper As IMapper,
xml As String,
fileExt As String,
svc As IDataExportService,
Optional oe As IMapper = Nothing
)
Parameters
- mapper
- Type: NetQuarry.DataIMapper
The mapper - previously filtered - to use for the Export. - xml
- Type: SystemString
The XML that needs to be converted by the export service. - fileExt
- Type: SystemString
The file extension to give to the result - svc
- Type: NetQuarry.ServicesIDataExportService
The DataExportService to use to perform the export. - oe (Optional)
- Type: NetQuarry.DataIMapper
The Offline Export mapper
See Also