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

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

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

Reporting Requirement

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

  • Report must show each manager along with sum of prices of his contracts.
  • It must represent all the information in tabular form.
  • Report must be generated in the HTML Document.

Adding Syntax to be evaluated by GroupDocs.Assembly Engine

<<foreach \[in getContracts() .where(c => c.getDate().getYear() + 1900 == 2015) .groupBy(c => c.getManager()) .orderBy(g => g.key.getName())\]>> <</foreach>>
ManagerContract Price
<<[key.getName()]>><<[sum(c => c.getPrice())]>>

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

Please download the sample template we created in this article:

Generating The Report

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