Skip to content

9ad757a0 713a bc0f 7838 b799829c0814

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

ExporterModel.Behaviors Property

Additional header content

Gets or sets collection of writer behaviors.

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 BehaviorsModel Behaviors { get; set; }

VB

Public Property Behaviors As BehaviorsModel
	Get
	Set

Property Value

Type: BehaviorsModel
Collection of writer behaviors. Each element is a writer behavior, it execute after export.

Remarks

ITEE Object Element Usage

<Behaviors>
  <Download .../> | <TransformFile .../> | <Mail .../> | <ToDropbox .../> | <ToSkydrive .../>
  ...
</Behaviors>

Compatibility table with native writers.

Comma-Separated Values
CsvWriter
Tab-Separated Values
TsvWriter
SQL Script
SqlScriptWriter
XML Spreadsheet 2003
Spreadsheet2003TabularWriter
X X X X
A X value indicates that the writer supports this element.

Examples

The following example creates collection of behaviors. XML

<Behaviors>
  <Downdload/>
  <TransformFile Save="No"/>
</Behaviors>

See Also

Reference

ExporterModel Class
iTin.Export.Model Namespace

Clone this wiki locally