Creating reports is not very easy with VB.net or C# especially if your are using express editions. Visual Studio Professional provides Crystalreports which is a design time report designer.
LNSoft Report Designer is an application that can be integrated in an application so that reports can be edited at runtime.
eXaro it's a free report engine similar to Jasper or CrystalReports. eXaro can be embedded very easy in any Qt application. eXaro has an integrated preview with search and export (in different formats) capabilities. eXaro came with a visual designer.
DataVision is a reporting tool similar to CrystalReports. DV supports many data sources (JDBC, files) and many output formats (HTML, XML, PDF, LaTeX, Excel, delimited files, DocBook). DV includes a GUI editor. DV is embeddable. Reports are XML-based.
THINi Reports provide a grouped HTML display of data not unlike Crystal, BIRT or Jasper Reports. The software is implemented in PHP5 as a Report Class. Data may be retrieved from any data source or database that PHP can (be made to) understand.
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
NRV extends the viewer from jasperreports,it detects report parameters and creates input-controls at runtime (supports date-jcalendar,text,comboboxes). A standalone java api, that can run also as an applet in a webbrowser. Like Crystalreports but in jav