In-Table List with Highlighted Rows in Email Document

In-Table List with Highlighted Rows in Email Document

Creating a In-Table List with Highlighted Rows

Practicing the following steps you can create In-Table List with Highlighted Rows Template in MS Outlook 2013.

  1. Create a new Email.
  2. Press “Insert” tab to insert the table.
  3. Insert a 2x4 table.
  4. Click the cell you want to highlight.
  5. Click “Design” tab, and then select Shading.
  6. 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 all the client names with price.
  • Show single client and his single contract price in a single row.
  • It must highlight the record with contract price more than or equal to 1000000.
  • 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

Client

Contract Price

<<foreach [in getContracts()]>><<if [getPrice() >= 1000000]>><<[getClient().getName()]>>

<<[getPrice()]>>

<<else>><<[getClient().getName()]>>

<<[getPrice()]>><</if>><</foreach>>

Total:

<<[getContracts().sum(

c => c.getPrice())]>>

### Download In-Table List with Highlighted Rows Template

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

Generating The Report

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