Common List Image in HTML Document

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

Common List in HTML Document

Reporting Requirement

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

  • Report must show multiple managers’ picture and name.
  • Report must be generated in the HTML Document format.

Adding Syntax to be evaluated by GroupDocs.Assembly Engine

<<foreach [in getManagers()]>> <<image [getPhoto()]>>
<<[getName()]>>
<</foreach>>

Download Common List Template

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

Generating The Report