ExcelDoExport Method (IMapper, MapperExportOptions, Int32) |
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
)
Public Shared Function DoExport (
mapper As IMapper,
options As MapperExportOptions,
maxRecords As Integer
) As String
Parameters
- mapper
- Type: NetQuarry.DataIMapper
The filtered mapper - already Requeried. - options
- Type: NetQuarryMapperExportOptions
Options affecting how mapper data is exported. - maxRecords
- Type: SystemInt32
The maximum number of records to export, unlimited if zero or negative.
Return Value
Type:
StringAn XML string that represents an Excel document.
See Also