Samples

 

Get acquainted with the examples of working with the Blazor Viewer component. The Blazor Server and the Blazor WebAssembly technologies are available on GitHub. All the samples are separate projects, grouped into one solution for Visual Studio.

 

 

 

The Blazor Viewer (StiBlazorViewer) component is intended for report viewing in the browser window. At the same time, you don't need to install components or some special plugins on the client. All you need is a modern Web browser. With the help of the Blazor Viewer, you can view, print, export reports on any computer with any installed operating system.

 

The Blazor Viewer component is developed as a universal component, and it can work both with the use of the Blazor Server and the use of the WebAssembly technology. When making all interactive actions on reports, the component requests only the necessary data; it allows to get rid of reloading the entire page, save Web traffic, and increase work speed.

 

The Blazor Viewer supports many design themes, animated interface, bookmarks, interactive reports, editing report elements on the page, full-screen mode, search, and other necessary report viewing features.

 

To use the Blazor Viewer in Web-project, you should install the Nuget package Stimulsoft.Reports.Blazor or Stimulsoft.Dashboards.Blazor:

Select the «Manage Nuget Packages…» in the context project menu.

Specify the Stimulsoft.Reports.Blazor, in the search line on the Browse tab;

Select the element, define the version of a package, and click on the Install. When updating a package, you should click on the Update.

 

If for some reason it is not possible, you should add the following assemblies to the project:

Stimulsoft.Base.dll

Stimulsoft.Blockly.dll

Stimulsoft.Data.dll

Stimulsoft.Drawing.dll

Stimulsoft.Map.dll

Stimulsoft.Report.dll

Stimulsoft.Report.Blazor.dll

Stimulsoft.Report.Check.dll

Stimulsoft.Report.Helper.dll

Stimulsoft.Report.Web.dll

Stimulsoft.Report.WebDesign.dll

Stimulsoft.System.dll

Stimulsoft.System.Web.dll

 

You should additionally add the following assemblies to the project for using dashboards:
Stimulsoft.Dashboard.dll

Stimulsoft.Dashboard.Drawing.dll

Stimulsoft.Dashboard.Export.dll

 

 

Activation

Dynamic Collapsing, Sorting, Drill-Down

Showing Report

Work with Bookmarks

Connecting Data

Editing Report

Localization

Sending Report by Email

Printing Reports

Export and Printing from Code

Exporting Reports

Basic Features

Vieweing Modes

Viewer Events

Calling Designer from Viewer

Settings

Work with parameters