Skip to content

c3bf7c45 93ed dd7b 81ec 3630cac94c81

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

WriterModel.Name Property

Additional header content

Gets or sets the name of the writer.

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 string Name { get; set; }

VB

Public Property Name As String
	Get
	Set

Property Value

Type: String
Name of the writer. Select from the list or create your own and use it.

Exceptions

 

Exception Condition
ArgumentNullException If value is null.
InvalidIdentifierNameException If value not is a valid identifier.

Remarks

ITEE Object Element Usage

<Writer Name="string">
...
</Writer>

The following table shows the different custom writers.  

Writer Description
CsvWriter CSV (comma-delimited) (.csv). In iTin.Export assembly
TsvWriter Text (tab-delimited) (.txt). In iTin.Export assembly
SqlScriptWriter SQL Script (.sql). In iTin.Export assembly
Spreadsheet2003TabularWriter XML Spreadsheet 2003 (.xml) in iTin.Export assembly
XlsTabularWriter MS Excel Workbook (.xls). Requires iTin.Export.Writers.Microsoft assembly
XlsxTabularWriter MS Excel Workbook (.xlsx). Requires iTin.Export.Writers.OpenXML assembly
DocxTabularWriter MS Word Document (.docx). Requires iTin.Export.Writers.OpenXML assembly
  The following table shows the different template custom writers.  
Template writer Description
WordFreeTemplateWriter MS Word Document (.docx). Requires iTin.Export.Writers.OpenXML assembly.

See Also

Reference

WriterModel Class
iTin.Export.Model Namespace

Clone this wiki locally