In-Table List with Filtering Grouping and Ordering in HTML Document

In-Table Master-Detail in HTML Document

Reporting Requirement

As a report developer, you are required to represent customers’ orders information with the following key requirements:

  • Report must show each customer along with sum of prices of his orders.
  • It must represent all the information in tabular form.
  • Report must be generated in the Presentation Document.

Adding Syntax to be evaluated by GroupDocs.Assembly Engine

Customer

Order Price

<<foreach [in orders

.Where(c => c.OrderDate.Year == 2015)

.GroupBy(c => c.Customer)

.OrderBy(g => g.Key.CustomerName)]>><<[Key.CustomerName]>>

<<[Sum(c => c.Price)]>><</foreach>>

Download In-Table List with Filtering, Grouping, and Ordering Template

Please download the sample document we created in this article:

Generating The Report

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