# GrapeCity.Documents.Word.DataTemplateOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_DataTemplateOptions" data-uid="GrapeCity.Documents.Word.DataTemplateOptions" class="text-break">DataTemplateOptions Class
</h1>
  <div class="markdown level0 summary"><p>Represents options used in data template processing.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">DataTemplateOptions</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_DataTemplateOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DataTemplateOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DataTemplateOptions</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_DataTemplateOptions__ctor" data-uid="GrapeCity.Documents.Word.DataTemplateOptions.#ctor">
          <a class="xref" href="GrapeCity.Documents.Word.DataTemplateOptions.-ctor.html#GrapeCity_Documents_Word_DataTemplateOptions__ctor">DataTemplateOptions()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_DataTemplateOptions_ExpressionIncompatibleTypesHandling" data-uid="GrapeCity.Documents.Word.DataTemplateOptions.ExpressionIncompatibleTypesHandling">
          <a class="xref" href="GrapeCity.Documents.Word.DataTemplateOptions.ExpressionIncompatibleTypesHandling.html#GrapeCity_Documents_Word_DataTemplateOptions_ExpressionIncompatibleTypesHandling">ExpressionIncompatibleTypesHandling</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying how the template engine handles mismatches
between function parameter types and actual arguments in expressions.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_DataTemplateOptions_ExpressionNullsHandling" data-uid="GrapeCity.Documents.Word.DataTemplateOptions.ExpressionNullsHandling">
          <a class="xref" href="GrapeCity.Documents.Word.DataTemplateOptions.ExpressionNullsHandling.html#GrapeCity_Documents_Word_DataTemplateOptions_ExpressionNullsHandling">ExpressionNullsHandling</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying how the template engine handles null values in expressions.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_DataTemplateOptions_MissingFieldsHandling" data-uid="GrapeCity.Documents.Word.DataTemplateOptions.MissingFieldsHandling">
          <a class="xref" href="GrapeCity.Documents.Word.DataTemplateOptions.MissingFieldsHandling.html#GrapeCity_Documents_Word_DataTemplateOptions_MissingFieldsHandling">MissingFieldsHandling</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying how non-existing data fields are handled.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
