Skip to content

f0bf5a0e 7127 8a5e 10fe 62604ea73fab

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

ExporterModel.Current Property

Additional header content

Gets or sets a reference to the exporter to be used for export.

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 Object Current { get; set; }

VB

Public Property Current As Object
	Get
	Set

Property Value

Type: Object
Reference to the exporter to be used for export.

Remarks

The following table shows the different exporters types.  

Exporter Description
TemplateModel Represents an exporter based on a template file.
WriterModel Represents an exporter based on a custom writer.
XsltModel Represents an exporter based on xslt transformation file.

See Also

Reference

ExporterModel Class
iTin.Export.Model Namespace

Clone this wiki locally