| 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
SyntaxExcelExportMode dataexport_ExportMode { get; }ReadOnly Property dataexport_ExportMode As ExcelExportMode
	Get
Property Value
Type: 
ExcelExportModeDetermines 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
See Also