Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DataTemplateOptions Class / ExpressionIncompatibleTypesHandling Property

In This Topic
    ExpressionIncompatibleTypesHandling Property
    In This Topic
    Gets or sets a value specifying how the template engine handles mismatches between function parameter types and actual arguments in expressions.
    Syntax
    'Declaration
     
    Public Property ExpressionIncompatibleTypesHandling As DataTemplateExpressionIncompatibleTypesHandling
    public DataTemplateExpressionIncompatibleTypesHandling ExpressionIncompatibleTypesHandling {get; set;}
    See Also