Click or drag to resize

DataExportHelperExportUnderSmartThreshold Method

Calculates the expected duration of the excel export and compares that against the threshold for offline execution. If the estimated duration is below the system threshold, it returns false (typically meaning the export will occur online)

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool ExportUnderSmartThreshold(
	IMapper sender,
	MapperExportOptions eOptions,
	IMapper oe,
	ref ExcelExportOfflineReasons eeor
)

Parameters

sender
Type: NetQuarry.DataIMapper
The Mapper being exported
eOptions
Type: NetQuarryMapperExportOptions
The Export options to apply to the export
oe
Type: NetQuarry.DataIMapper
The Offline Export mapper
eeor
Type: NetQuarryExcelExportOfflineReasons
The given Offline Reasons

Return Value

Type: Boolean
True if the export will occur offline.
See Also