Skip to content

597471d6 4f91 d6b4 32ee 2a805ce6d85a

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

TemplateWriterSettingsModel.RecordsToShow Property

Additional header content

Gets or sets number of affected records.

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 KnownRecordToShow RecordsToShow { get; set; }

VB

Public Property RecordsToShow As KnownRecordToShow
	Get
	Set

Property Value

Type: KnownRecordToShow
Number of affected records. The default is All.

Exceptions

 

Exception Condition
InvalidEnumArgumentException The value specified is outside the range of valid values.

Remarks

ITEE Object Element Usage

<Settings RecordsToShow="All|First|Last|Random" .../>

See Also

Reference

TemplateWriterSettingsModel Class
iTin.Export.Model Namespace

Clone this wiki locally