This report generator provides efficient platform-independent API. Use our Reporting API to develop high-level software for .NET platform. By integrating our solution into your software, you can create stunning reports in DOCX, PDF, HTML and other popular formats based on templates and custom data using C#.
Generate powerful reports incorporating lists, tables, charts, images, barcodes, and other document elements using LINQ Reporting Engine in C#. Not only reports, you can create documents of any type such as invoices, resumes, contracts, letters, and others using our advanced .NET library.
See how easy it is to build a report in C# by taking the following steps:
Using the given reporting with .NET, you can generate documents in many popular formats with professional quality:
Our reporting engine is based on the technology of dynamically binding a data source to fields in a document template using LINQ syntax. Such a reporting engine will significantly increase labor productivity when preparing documents of the same type by automating routine operations.
To evaluate how to generate a report in C# and how our programming API works, load a template document and file with your data. Specify the name of a data source object, if used in the template. After running the code, download the result of report generation in a convenient format such as DOCX or PDF.
dotnet add package Aspose.Words
Copy
using Aspose.Words;
using Aspose.Words.Reporting;
var doc = new Document("Input.docx");
var dataSource = "";
var engine = new ReportingEngine();
engine.BuildReport(doc, dataSource);
doc.Save("Output.docx");
There are three alternative options to install "Aspose.Words for .NET" onto your system. Please choose one that resembles your needs and follow the step-by-step instructions:
Our product is fully cross-platform and supports all major .NET implementations:
As far as .NET code doesn't depend on the underlying hardware or operating system, but only on a Virtual Machine, you are free to develop any kind of software for Windows, macOS, Android, iOS and Linux. Just make sure you have installed the corresponding version of .NET Framework, .NET Core, Windows Azure, Mono or Xamarin.
We recommend using Microsoft Visual Studio, Xamarin, and MonoDevelop integrated development environments to create C#, F#, VB.NET applications.
Fore more details please refer to Product Documentation.