Bulleted List in HTML Document

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

Bulleted List in HTML Document

Note
This feature is supported by version 17.03 or greater.

Creating a Bulleted List

Practising the following steps you can insert Bulleted List in an HTML document.

  1. To add a bulleted list start and end your list with <ul></ul> tag and list all the elements by enclosing them between <li></li> tag.
  2. Save your Document.

Reporting Requirement

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

  • A report must show all the products in a bulleted list format.
  • A report must be generated in the HTML Document.

Adding Syntax to be evaluated by GroupDocs.Assembly Engine

We provide support for the following products:
<ul>
&lt;&lt;foreach [in products]&gt;&gt;
<li>&lt;&lt;[ProductName]&gt;&gt;</li>
&lt;&lt;/foreach&gt;&gt;
</ul>
Tip
For detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs.Assembly Engine.

Download Bulleted List Template

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

Generating The Report