Click or drag to resize

ExcelExportOfflineReasons Enumeration

Attributes to record the reason why an export was forced into offline mode

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum ExcelExportOfflineReasons
Members
  Member nameValueDescription
ForcedByMode1The export was offline due to default export mode, or a mode set by excel export behavor overrides.
CountDurationExceedThreshold2The count query for the export rows took longer than the threshold
NumCellsExceededThreshold4The number of cells in the export would exceed the online threshold limit
See Also