Common Master-Detail in Text Document

Common Master-Detail in Text Document

Reporting Requirement

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

  • It must associate the customers with their products
  • Report must be generated in the HTML Document

Adding Syntax to be evaluated by GroupDocs.Assembly Engine

<<foreach [in customers]>><<[CustomerName()]>>
Products: <<foreach [in Order]>><<[indexOf() != 0 ? ", " : ""]>><<[Product.ProductName]>><</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.