Skip to content

7e76dfdf 0fe1 12e0 6d08 bc12d7f2cdbf

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

NumericErrorModel.Value Property

Additional header content

Gets or sets preferred default value when occurs an error.

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 float Value { get; set; }

VB

Public Property Value As Single
	Get
	Set

Property Value

Type: Single
Preferred default value when occurs an error. The default is 0.0.

Remarks

ITEE Object Element Usage

<Error Value="float" ...>
  ...
</Error>

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

In the following example shows how create a new style with a currency data type. XML

<Style Name="Account">
  <Content Color="Blue">
    <Number Decimals="1">
      <Negative Color="Red" Sign="Parenthesis">
      <Error Value="99">
        <Comment Show="Yes">
          <Text>Wrong value: </Text>
        </Comment>
      </Error>
    </Currency>
  </Content>
  <Font Size="8" Color="White"/>
</Style>

See Also

Reference

NumericErrorModel Class
iTin.Export.Model Namespace

Clone this wiki locally