Common Master-Detail Image in Text Document

Common Master-Detail Image in Text 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 Text 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

© Aspose Pty Ltd 2001-2022. All Rights Reserved.