Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DataTemplateExpressionIncompatibleTypesHandling Enumeration

In This Topic
    DataTemplateExpressionIncompatibleTypesHandling Enumeration
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Enum DataTemplateExpressionIncompatibleTypesHandling 
       Inherits System.Enum
    public enum DataTemplateExpressionIncompatibleTypesHandling : System.Enum 
    Members
    MemberDescription
    Relaxed No type restrictions.
    Strict A type mismatch will cause an exception.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.DataTemplateExpressionIncompatibleTypesHandling

    See Also