In-Table List in HTML Document

In-Table List in HTML Document

Reporting Requirement

As a report developer, you are required to represent the information of the customers and the total order prices with the following key requirements:

  • 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.
  • Report must be generated in the PowerPoint Document.

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.