Skip to content

13f863a1 1fa2 f7f7 6e10 3b259f9afa3d

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

ExportsModel.Items Property

Additional header content

Gets or sets collection of export configurations.

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 List<ExportModel> Items { get; set; }

VB

Public Property Items As List(Of ExportModel)
	Get
	Set

Property Value

Type: List(ExportModel)
Collection of export configurations. Each element is composed of a description and a data table definition.

Remarks

ITEE Object Element Usage

<Exports>
  <Export .../>
  <Export .../>
  ...
</Exports>

See Also

Reference

ExportsModel Class
iTin.Export.Model Namespace

Clone this wiki locally