[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.DataTemplateExpressionIncompatibleTypesHandling

DataTemplateExpressionIncompatibleTypesHandling Enum

Defines how the data template engine handles situations when a data field is used as an argument to a function, but the field's type is incompatible with the function's parameter type.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public enum DataTemplateExpressionIncompatibleTypesHandling
Public Enum DataTemplateExpressionIncompatibleTypesHandling

Fields

Name Description
Relaxed

No type restrictions.

Strict

A type mismatch will cause an exception.