Common Master-Detail Image in HTML Document

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

Common Master-Detail Image in HTML Document

Reporting Requirement

As a report developer, you are required to represent the information of the managers and clients with the following key requirements:

  • Report must show managers’ picture and name.
  • It must associate the managers with their clients.
  • Report must be generated in the HTML Document.

Adding Syntax to be evaluated by GroupDocs.Assembly Engine

<<foreach [in getManagers()]
>> 
<<[getName()]>>
Clients: <<foreach [in getContracts()]>><<[indexOf() != 0 ? ", " : ""]>><<[getClient().getName()]>><</foreach>>
<</foreach>>

Download Common Master-Detail Template

Please download the sample Common master-detail document we created in this article:

Generating The Report