Version

ExportMode Enumeration

Listing of export modes that control the behavior of the export as it is experienced by end users.
Syntax
'Declaration
 
Public Enum ExportMode 
   Inherits System.Enum
public enum ExportMode : System.Enum 
Members
MemberDescription
CustomExport must be handled by the developer in a custom manner.
DownloadDownloads the exported spreadsheet to a file on the end user's local file system.
InBrowserLaunches Microsoft Excel within the end user's browser window
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also