Skip to content

b80642fa a3fb d98f 5124 d3a84e75d7fc

Fernando Garcia edited this page May 8, 2018 · 1 revision

TableModel.Output Property

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)

Syntax

C#

public OutputModel Output { get; set; }

VB

Public Property Output As OutputModel
	Get
	Set

Property Value

Type: OutputModel
Reference to output configuration model, it includes path and file name.

Remarks

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

See Also

Reference

TableModel Class
iTin.Export.Model Namespace

Clone this wiki locally