b80642fa a3fb d98f 5124 d3a84e75d7fc - iAJTin/iExportEngine GitHub Wiki
Additional header content
Gets or sets a reference to output configuration model, it includes path and file name.
Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public OutputModel Output { get; set; }VB
Public Property Output As OutputModel
Get
SetType: OutputModel
Reference to output configuration model, it includes path and file name.
TEE Object Element Usage
<Table>
<Output .../>
...
</Table>Compatibility table with native writers.
| Comma-Separated Values CsvWriter |
Tab-Separated Values TsvWriter |
SQL Script SqlScriptWriter |
XML Spreadsheet 2003 Spreadsheet2003TabularWriter |
|---|---|---|---|
| X | X | X | X |
X