Click or drag to resize

Excel.DoExport Method (IMapper, MapperExportOptions, Int32, String)

Performs the export. Note that the mapper is assumed to be filtered correctly.

Namespace:  NetQuarry.Data.Export
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string DoExport(
	IMapper mapper,
	MapperExportOptions options,
	int maxRecords,
	string filePath
)

Parameters

mapper
Type: NetQuarry.Data.IMapper
The filtered mapper - already Requeried.
options
Type: NetQuarry.MapperExportOptions
Options affecting how mapper data is exported.
maxRecords
Type: System.Int32
The maximum number of records to export, unlimited if zero or negative.
filePath
Type: System.String
If specified, the export will be written to this file instead of returned as a string.

Return Value

Type: String
An XML string that represents an Excel document.
See Also