Create a report with C# and .NET You can create a .NET application for Genero Report Writer with C#. Quick Start: Generate a .NET report applicationUse the Business Application Modeler to generate a .NET report library, where the library feeds the report data from a database using SQL.Report demos (GRW for C#)For the C# language, Genero Studio for Report Writer provides a demo of a generated application and a demo of a hand-written application.Organize the project (Quick Start for C#)Genero Studio lets you manage the files of a C#-based report application. You can write, compile and execute your report program from within Genero Studio.Provide the data source (C#)A report is only as good as the data it serves. The data source defines where and how you get your data.Create the data schema (xsd) from a .NET data sourceAfter you write or modify a C# report program, generate the data schema (xsd) file. This file is required input for the Report Design Document.Design the reportAfter you have provided the data source and extracted the schema, you create the report design document.Control the report output (C#)In addition to creating the data model, a C# report application can control the report output.Run the report (GRW for C#)To run a report, you must select the correct configuration.Debug your C# report programThere are several tools available for debugging your C# report program.Integrate the report into a C# applicationYou have a data source and at least one report design document. You can now package and add the necessary code to launch the report from a C# application..NET API referenceThe Genero Report Writer for C# includes .NET APIs.