Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stimulsoft/samples-reports.web-for-asp.net-mvc
ASP.NET MVC samples for Reports.WEB embedded report components, Visual Studio C# projects, and .NET Framework 4.5.2, 4.6, 4.7, 4.8 report engine
https://github.com/stimulsoft/samples-reports.web-for-asp.net-mvc
asp-net-mvc barcodes export-excel gauges generator html5 maps mongodb mvc odata postgresql quickbooks reporting reports sql subreport tables utf-8 web xml
Last synced: about 4 hours ago
JSON representation
ASP.NET MVC samples for Reports.WEB embedded report components, Visual Studio C# projects, and .NET Framework 4.5.2, 4.6, 4.7, 4.8 report engine
- Host: GitHub
- URL: https://github.com/stimulsoft/samples-reports.web-for-asp.net-mvc
- Owner: stimulsoft
- License: other
- Created: 2016-08-29T07:41:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T16:46:36.000Z (21 days ago)
- Last Synced: 2025-01-09T17:47:30.919Z (21 days ago)
- Topics: asp-net-mvc, barcodes, export-excel, gauges, generator, html5, maps, mongodb, mvc, odata, postgresql, quickbooks, reporting, reports, sql, subreport, tables, utf-8, web, xml
- Language: JavaScript
- Homepage: https://www.stimulsoft.com/en/products/reports-web
- Size: 67.8 MB
- Stars: 36
- Watchers: 10
- Forks: 41
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ASP.NET MVC C# samples for Stimulsoft Reports.WEB
#### This repository contains the source code of the examples of usage Stimulsoft Reports.WEB reporting tool in the ASP.NET MVC applications, using C# code and HTML5 components. The report generator and examples are fully compatible with .NET Framework 4.5.2, 4.6, 4.7, and 4.8 versions.
## Overview
This repository has a set of examples (Visual Studio projects), each in different folders:
* [Adding a Custom Function to the Designer](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET-MVC/tree/master/Adding%20a%20Custom%20Function%20to%20the%20Designer)
* [Adding a Font to the Resource](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET-MVC/tree/master/Adding%20a%20Font%20to%20the%20Resource)
* [Changing the Viewer Options from the Controller](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET-MVC/tree/master/Changing%20the%20Viewer%20Options%20from%20the%20Controller)
* [Changing the Viewer Theme](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET-MVC/tree/master/Changing%20the%20Viewer%20Theme)
* [Configuring Report caching](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET-MVC/tree/master/Configuring%20Report%20caching)
* [Connecting to Data from Code](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET-MVC/tree/master/Connecting%20to%20Data%20from%20Code)
* [Creating a Custom Parameter Panel for the Viewer](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET-MVC/tree/master/Creating%20a%20Custom%20Parameter%20Panel%20for%20the%20Viewer)
* [Editing a Report Template in the Designer](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET-MVC/tree/master/Editing%20a%20Report%20Template%20in%20the%20Designer)
* [Exporting and Printing a Report from Code](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET-MVC/tree/master/Exporting%20and%20Printing%20a%20Report%20from%20Code)
* [Localizing the Viewer](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET-MVC/tree/master/Localizing%20the%20Viewer)
* [Managing Report Printing and Exporting](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET-MVC/tree/master/Managing%20Report%20Printing%20and%20Exporting)
* [Saving a Report Template in the Designer](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET-MVC/tree/master/Saving%20a%20Report%20Template%20in%20the%20Designer)
* [Sending a Report by Email](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET-MVC/tree/master/Sending%20a%20Report%20by%20Email)
* [Showing a Report in the Viewer](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET-MVC/tree/master/Showing%20a%20Report%20in%20the%20Viewer)
* [Showing Interactive Reports](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET-MVC/tree/master/Showing%20Interactive%20Reports)
* [Using a Custom Data Adapter](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET-MVC/tree/master/Using%20a%20Custom%20Data%20Adapter)
* [Using a Report Export Service](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET-MVC/tree/master/Using%20a%20Report%20Export%20Service)
* [Using Business Objects in the Report](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET-MVC/tree/master/Using%20Business%20Objects%20in%20the%20Report)
* [Using the Full-Screen Mode in the Viewer](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET-MVC/tree/master/Using%20the%20Full-Screen%20Mode%20in%20the%20Viewer)
* [Using the Viewer and Designer in the One Project](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET-MVC/tree/master/Using%20the%20Viewer%20and%20Designer%20in%20the%20One%20Project)
* [Web Demo](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET-MVC/tree/master/Web%20Demo)All examples are combined into Visual Studio solutions (.sln files). They are prepared only for LTS frameworks, any compatible ones can be selected in the project settings.
## Running samples
In order to start simply open the Visual Studio solution file in the IDE and run the required project as Startup Project. The required libraries will be automatically downloaded from the NuGet repository.## Other Web reporting components
* [ASP.NET](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET)
* [ASP.NET Core](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET-Core)
* [ASP.NET Razor](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET-Razor)
* [ASP.NET Angular](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET-Angular)
* [Blazor Server](https://github.com/stimulsoft/Samples-Reports.WEB-for-Blazor-Server)
* [Blazor WebAssembly](https://github.com/stimulsoft/Samples-Reports.WEB-for-Blazor-WebAssembly)## About Stimulsoft Reports.WEB
Stimulsoft Reports.WEB is a cross-platform reporting tool designed to create, build, show, print, and export reports in a web browser. The product includes everything you need to integrate reporting tools into your application built on various platforms. The product contains a powerful and fast report engine that uses a universal .NET platform, a simple and convenient HTML5 report designer, and an interactive and fast HTML5 viewer.## Useful links
* [Live Demo](http://demo.stimulsoft.com/#Net)
* [Product Page](https://www.stimulsoft.com/en/products/reports-web)
* [Free Download](https://www.stimulsoft.com/en/downloads)
* [NuGet](https://www.nuget.org/packages/Stimulsoft.Reports.Web)
* [Documentation](https://www.stimulsoft.com/en/documentation/online/programming-manual/reports_web_asp_net_mvc.htm)
* [License](LICENSE.md)