[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.DataTemplateExpressionIncompatibleTypesHandling

Enum DataTemplateExpressionIncompatibleTypesHandling

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

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.

public enum DataTemplateExpressionIncompatibleTypesHandling

Fields

Relaxed = 1

No type restrictions.

Strict = 0

A type mismatch will cause an exception.