DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DataTemplateExpressionNullsHandling Enumeration

DataTemplateExpressionNullsHandling Enumeration
Defines how the data template engine handles data fields that are nulls in expressions.
Syntax
'Declaration
 
Public Enum DataTemplateExpressionNullsHandling 
   Inherits System.Enum
 
Members
MemberDescription
Relaxed Null values will be used in expression calculations.
Strict A null value will cause an exception.
Inheritance Hierarchy

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

See Also