In-Table List in Email Document

In-Table List in Email Document

Reporting Requirement

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

  • Report must be in .eml or .msg format.
  • It must add email recipient, css and subject of the email.
  • Report must show managers’ name.
  • It must show the sum of contract prices against each manager.
  • It must sum up all the contract prices for all the managers.
  • All the representation must be in tabular form.

Adding Syntax to be evaluated by GroupDocs.Assembly Engine

ManagerContract Price
<<foreach [in getManagers()]>><<[getName()]>><<[getContracts().sum(c => c.getPrice())]>><<foreach>>
Total:<<[getManagers().sum(m => m.getContracts().sum(c => c.getPrice()))]>>

Download In-Table List Template

Please download the sample In-Table List document we created in this article:

Generating The Report

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