Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stimulsoft/samples-reports.web-for-asp.net
ASP.NET WebForms samples for Reports.WEB embedded reporting tool, Visual Studio C# solution, and .NET Framework 4.5.2, 4.6, 4.7, 4.8 report engine
https://github.com/stimulsoft/samples-reports.web-for-asp.net
asp-net charts code93 csharp excel export gauges generator html5 json maps odata pdf query reporting reports treemap web webforms wisej
Last synced: about 5 hours ago
JSON representation
ASP.NET WebForms samples for Reports.WEB embedded reporting tool, Visual Studio C# solution, 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
- Owner: stimulsoft
- License: other
- Created: 2016-09-22T06:41:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-28T17:23:17.000Z (2 days ago)
- Last Synced: 2025-01-28T18:28:29.284Z (2 days ago)
- Topics: asp-net, charts, code93, csharp, excel, export, gauges, generator, html5, json, maps, odata, pdf, query, reporting, reports, treemap, web, webforms, wisej
- Language: C#
- Homepage: https://www.stimulsoft.com/en/products/reports-web
- Size: 61.3 MB
- Stars: 14
- Watchers: 6
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ASP.NET WebForms 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 WebForms applications, using C# code and HTML5 components. The report builder 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/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/tree/master/Adding%20a%20Font%20to%20the%20Resource)
* [Changing the Viewer and Designer Theme](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET/tree/master/Changing%20the%20Viewer%20and%20Designer%20Theme)
* [Configuring Report caching](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET/tree/master/Configuring%20Report%20caching)
* [Connecting to Data from Code](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET/tree/master/Connecting%20to%20Data%20from%20Code)
* [Creating a Custom Button on the Viewer Toolbar](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET/tree/master/Creating%20a%20Custom%20Button%20on%20the%20Viewer%20Toolbar)
* [Creating a Custom Parameter Panel for the Viewer](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET/tree/master/Creating%20a%20Custom%20Parameter%20Panel%20for%20the%20Viewer)
* [Creating Report at Runtime](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET/tree/master/Creating%20Report%20at%20Runtime)
* [Customizing the Viewer](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET/tree/master/Customizing%20the%20Viewer)
* [Exporting a Report from Code](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET/tree/master/Exporting%20a%20Report%20from%20Code)
* [Globalizing Reports](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET/tree/master/Globalizing%20Reports)
* [Localizing the Designer](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET/tree/master/Localizing%20the%20Designer)
* [Localizing the Viewer](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET/tree/master/Localizing%20the%20Viewer)
* [Printing the Report Template from Code](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET/tree/master/Printing%20the%20Report%20Template%20from%20Code)
* [Showing a Report in the Viewer](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET/tree/master/Showing%20a%20Report%20in%20the%20Viewer)
* [Using a Custom Data Adapter](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET/tree/master/Using%20a%20Custom%20Data%20Adapter)
* [Using a Scroll Bar in the Web Viewer](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET/tree/master/Using%20a%20Scroll%20Bar%20in%20the%20Web%20Viewer)
* [Using Designer Events](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET/tree/master/Using%20Designer%20Events)
* [Using Report Variables in Code](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET/tree/master/Using%20Report%20Variables%20in%20Code)
* [Using the Designer in Wisej.NET](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET/tree/master/Using%20the%20Designer%20in%20Wisej.NET)
* [Using the Viewer in Wisej.NET](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET/tree/master/Using%20the%20Viewer%20in%20Wisej.NET)
* [Web Demo](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET/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 MVC](https://github.com/stimulsoft/Samples-Reports.WEB-for-ASP.NET-MVC)
* [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_web_forms.htm)
* [License](LICENSE.md)