Adding NEXT Field into Template Syntax

Note
The code uses some of the objects defined in The Business Layer.

Adding Syntax to be evaluated by GroupDocs.Assembly Engine

Template Syntax

We provide support for the following clients:
	<<foreach [in getClients()]>><<next>><<[getName()]>>
<</foreach>>

The Recipe

  • Set up the source document template path
  • Set up destination report path
  • Instantiate DocumentAssembler class
  • Generate report

Download Template

Get the template from here:

The Code