Bulleted List in Text Document

Note
In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Text Document format.
Note
The code uses some of the objects defined in The Business Layer.

Bulleted List in Text Document

Reporting Requirement

As a report developer, you are required to share the following key requirements:

  • Report must show all the clients in a bulleted list format.
  • Report must be generated in the Text Document.

Adding Syntax to be evaluated by GroupDocs.Assembly Engine

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

Download Bulleted List Template

Please download the sample Bulleted List document we created in this article:

Generating The Report