In-Table Master-Detail in Email Document

In-Table Master-Detail in Email Document

Creating a In-Table Master-Detail

Practising the following steps you can create In-Table Master-Detail Template in MS Outlook 2013.

  1. Create a new Email.
  2. Click the email where you want to add the table.
  3. Press “Insert” tab to insert the table.
  4. Insert a 2x4 table.
  5. Save the template.

Reporting Requirement

As a report developer, you are required to represent the following key requirements:

  • The report must be in .eml or .msg format.
  • It must add email recipient, CSS and subject of the email.
  • The report must show each customer along with his total orders prices.
  • It must also show each individual product ordered by the customers.
  • It must show sum of the order prices.
  • It must represent all the information in tabular form.

Adding Syntax to be evaluated by GroupDocs.Assembly Engine

<<foreach [in customers]>> <<foreach [in Order]>> <</foreach>> <</foreach>>
CustomerOrder Price
<<[CustomerName]>><<[Order.Sum(c => c.Price)]>>
<<[Product.ProductName]>> <<[Price]>>
Total:<<[Sum( m => m.Order.Sum( c => c.Price))]>>

Download In-Table Master-Detail Template

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

Generating The Report

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