Tag Archives: generate reports in csharp

Generate Reports from XML Data in C#

XML is a W3C Recommended, self-descriptive language that is designed to store and transport data. A developer can change the XML format into any other better human-readable format like PDF or MS Word document within the .NET application. This article will discuss how to convert XML data into PDF and MS Word reports using C# using simple templates.

The following topics are discussed in this article:

  • .NET API for Generating Reports
  • Generate PDF Report from XML Data using C#
  • Generate MS Word DOC/DOCX Report from XML Data using C#
Posted in GroupDocs.Assembly Product Family | Tagged , , , , ,

Generate Reports from CSV Data using C#

CSV (Comma Separated Values) files are widely used for exchanging data among applications. When you want this data to be translated into presentable and meaningful information, you need to convert it into some other format. In one of our posts, we have seen how to convert CSV data in Reports using Java. This article will guide you to convert CSV data into PDF and MS Word DOC/DOCX reports using C# using a simple template.

The following topics are covered in this article:

  • Report Generation .NET API
  • Generate PDF Report from CSV Data
  • Generate MS Word Report from CSV data
Posted in GroupDocs.Assembly Product Family | Tagged , , , , ,