Packagestimulsoft.report.enums
Classpublic class StiExportDestination
InheritanceStiExportDestination Inheritance Object



Public Constants
 ConstantDefined By
  Local : int = 0
[static] Save file to local computer.
StiExportDestination
  LocalAndRemote : int = 2
[static] Save file to local computer, then send file to remote server.
StiExportDestination
  Remote : int = 1
[static] Send file to remote server.
StiExportDestination
Constant Detail
LocalConstant
public static const Local:int = 0

Save file to local computer.

LocalAndRemoteConstant 
public static const LocalAndRemote:int = 2

Save file to local computer, then send file to remote server.

RemoteConstant 
public static const Remote:int = 1

Send file to remote server.