Common Master-Detail Image in HTML Document
Leave feedback
NoteIn this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in HTML Document format.
NoteThe code uses some of the objects defined in The Business Layer.
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.
<<foreach [in getManagers()]
>>
<<[getName()]>>
Clients: <<foreach [in getContracts()]>><<[indexOf() != 0 ? ", " : ""]>><<[getClient().getName()]>><</foreach>>
<</foreach>>
Please download the sample Common master-detail document we created in this article:
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.