Package | stimulsoft.report.enums |
Class | public class StiExportDestination |
Inheritance | StiExportDestination ![]() |
Constant | Defined 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 |
Local | Constant |
public static const Local:int = 0
Save file to local computer.
LocalAndRemote | Constant |
public static const LocalAndRemote:int = 2
Save file to local computer, then send file to remote server.
Remote | Constant |
public static const Remote:int = 1
Send file to remote server.