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 customers’ name.
  • It must show the sum of orders prices against each customer.
  • It must sum up all the order prices for all the customers.
  • All the representation must be in tabular form.

Adding Syntax to be evaluated by GroupDocs.Assembly Engine

Customer

Order Price

<<foreach [in customers]>><<[CustomerName]>>

<<[Order.Sum(

c => c.Price)]>><</foreach>>

Total:

<<[Sum(

m => m.Order.Sum(

c => c.Price))]>>

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.