In-Table Master-Detail in Email Document

In-Table Master-Detail in Email Document

Creating a In-Table Master-Detail

Practicing 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:

  • Report must be in .eml or .msg format.
  • It must add email recipient, css and subject of the email.
  • Report must show each manager along with his total contract prices.
  • It must also show each individual client within the contract.
  • It must show sum of the contract prices.
  • It must represent all the information in tabular form.

Adding Syntax to be evaluated by GroupDocs.Assembly Engine

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

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.