Aspose Examples > .NET Components > Aspose.Cells > VB.NET > Northwind > Sales Totals by Amount

 

 Sales Totals by Amount - Aspose.Cells

This online demo illustrates how to create a well formatted Sales Totals by Amount report using Aspose.Cells for .NET.

Aspose.Cells component gives you the agility to report your data in a variety of ways. Aspose.Cells component is fully functional for creating all types of reports. You may customize the size and appearance of everything on a report. You can display the information the way you want to see it.

The demo generates the report listing sales in descending order by amount. It Prints top 10 customers on first page and prints page total in page footer. ADO.NET is used to retrieve the data from the Orders and Customers table of Northwind database, to generate the report. You can either open the resultant excel file into MS Excel or save directly to your disk to check the results.

Click Process to see how example Prints sales in descending order by amount, prints top 10 customers on first page, prints page total in page footer.