Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Excerpt

Gets or sets whether NEXT fields should be enabled in the WordTemplate. If NEXT fields are enabled, the data source will move to the next row of data when merge field is repeated in the template file.

Signature
C#
C#
<table class="diff-macro"><thead><tr><th class="diff-macro-title">unmigrated-wiki-markup</th></tr></thead><tbody><tr><td class="diff-macro-body"><pre>
 public boolean EnableNEXTFields{ get; set; }
</pre></td></tr></tbody></table>
Signature
vb.net
vb.net
Public <p>Public Property EnableNEXTFields() As Boolean</p>Boolean
Example
Code Block
csharp
csharp
titleC#
            WordTemplate WordTempl = new WordTemplate();
          WordTempl.EnableNEXTFields = true;
        
Code Block
vbnet
vbnet
titlevb.net
            Dim WordTempl As New WordTemplate()
          WordTempl.EnableNEXTFields = True