Click or drag to resize

featurePropertiesdataexport_ExportMode Property

Determines whether offline exports are supported for this system. The options are Never - All exports are requested and executed from the front end. Always - all exports are initiated by the user, but executed offline by a scheduled task. Smart - when a user initiates an export, the platform determines automatically determines whether an export should complete from the front end, or be queued for offline execution. In smart mode, you should set the ExcelExportSmartThreshold property to the number of seconds anticipated delay before an export is deemed to be too slow and be executed offline. See ExcelExportMode

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
ExcelExportMode dataexport_ExportMode { get; }

Property Value

Type: ExcelExportMode
Determines whether offline exports are supported for this system. The options are Never - All exports are requested and executed from the front end. Always - all exports are initiated by the user, but executed offline by a scheduled task. Smart - when a user initiates an export, the platform determines automatically determines whether an export should complete from the front end, or be queued for offline execution. In smart mode, you should set the ExcelExportSmartThreshold property to the number of seconds anticipated delay before an export is deemed to be too slow and be executed offline. See ExcelExportMode
See Also