JScript | |
---|---|
public function ExportCsv( outputPath : String, maxResultRows : int, forceZip : boolean, delimiter : char, exportHeaders : boolean, maxRunTime : int ); |
Parameters
- outputPath
- The output path.
- maxResultRows
- The maximum result rows.
- forceZip
- Force csv files to be zipped all the time
- delimiter
- Delimeter string
- exportHeaders
- Export header row
- maxRunTime
- The max run time in minutes. If it elapsed before export run to completeon OperationCancelledException will be thrown
Exception | Description |
---|---|
System.ArgumentException | outputPath |
Selerix.Foundation.SelerixException | Template should not be null or Template file does not have tables to export |
System.AggregateException | Represents one or more errors that occur during application execution. |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family