Information

 

Since dashboards and reports use the same unified template format - MRT, methods for loading the template and working with data, the word “report” will be used in the documentation text.

 

 

 

To run the designer, you should place the StiNetCoreDesigner component on a page, set the necessary settings, and define the actions in the page event handler. When running the report designer, the following actions occur:

The .NET Core component generates HTML and JavaScript code that is necessary for displaying and running the designer;

When the component is output, the JavaScript method is launched. It requests the report template on the server side displays it in the designer window;

Various actions in the designer (for example, report preview, saving the report template, export reports, sorting, drill-down etc.) calls a certain action on the server side, in which you can perform the necessary manipulations with the report.