featurePropertiesexcel_ExcelExportSmartThreshold Property |
When the ExcelExportMode is set to Smart, this is the number of seconds we want an excel export to complete in. If we think the export will take longer than 30 seconds, the export will be queued for offline execution.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax int excel_ExcelExportSmartThreshold { get; }
ReadOnly Property excel_ExcelExportSmartThreshold As Integer
Get
Property Value
Type:
Int32When the ExcelExportMode is set to Smart, this is the number of seconds we want an excel export to complete in. If we think the export will take longer than 30 seconds, the export will be queued for offline execution.
See Also