VOOZH about

URL: https://www.stimulsoft.com/en/changes/reports-net/1.30

⇱ The list of changes for the Stimulsoft Reports.NET


👁 Image
👁 Image

UltimateBest Value

A complete set of libraries and scripts for reporting and data analysis, with report and dashboard designers and viewers for 35+ frameworks, platforms, and technologies.
👁 Image

Reports.WEBMost Popular

ASP.NET, ASP.NET Core, MVC, Razor
.NET Framework 4.5.2+ | .NET 6.0+
👁 Image

Reports.NET

WinForms
.NET Framework 4.5.2+ | .NET 6.0+
👁 Image

Reports.JSMost Popular

JavaScript, Node.js, Angular, React, Vue
Web browser | Node.js 16+
👁 Image

Reports.WPF

WPF platform
.NET Framework 4.5.2+ | .NET 6.0+
👁 Image

Reports.PHP

PHP, Laravel
PHP 7.1+
👁 Image

Reports.BLAZOR

Blazor Server, Blazor WASM
.NET 6.0+
👁 Image

Reports.PYTHON

Python, Flask, Django, Tornado
Python 3.10+
👁 Image

Reports.ANGULAR

All actively supported versions
.NET Framework 4.5.2+ | .NET 6.0+
👁 Image

Reports.AVALONIA

Avalonia
.NET 6.0+
👁 Image

Reports.JAVA

Java, Jakarta EE (Web)
Java SE 8+
👁 Image

UltimateBest Value

A complete set of libraries and scripts for reporting and data analysis, with report and dashboard designers and viewers for 35+ frameworks, platforms, and technologies.
👁 Image

Dashboards.WEB

ASP.NET, ASP.NET Core, MVC, Razor
.NET Framework 4.5.2+ | .NET 6.0+
👁 Image

Dashboards.WIN

WinForms, WPF
.NET Framework 4.5.2+ | .NET 6.0+
👁 Image

Dashboards.JS

JavaScript, Node.js, Angular, React, Vue
Web browser | Node.js 16+
👁 Image

Dashboards.PHP

PHP, Laravel
PHP 7.1+
👁 Image

Dashboards.BLAZOR

Blazor Server, Blazor WASM
.NET 6.0+
👁 Image

Dashboards.ANGULAR

All actively supported versions
.NET Framework 4.5.2+ | .NET 6.0+
👁 Image

Dashboards.PYTHON

Python, Flask, Django, Tornado
Python 3.10+
👁 Image

UltimateBest Value

A complete set of libraries and scripts for reporting and data analysis, with report and dashboard designers and viewers for 35+ frameworks, platforms, and technologies.
👁 Image

PDF Forms

ASP.NET, MVC, Angular
.NET Framework 4.5.2+ | .NET 6.0+
👁 Image

Cloud

A cloud service to quickly and efficiently analyze and visualize data for your business without creating your applications and programming.
👁 Image

Designer

A sturdy product that runs on any computer and any platform.
👁 Image

Server

A complete set of tools for working with reports and dashboards, as well as user management and automation tools.
More info about our products Compare products

Demos

Online demo Explore our Online Demo to see if it fits your needs. Choose from hundreds of ready-made templates you can customize to match your corporate style - no registration required. Demo for Windows Install the demo application on your PC to explore a full collection of examples, including reports and dashboards. Try it free of charge with a 30-day trial for pre-sales evaluation. Book live demo Discover how our reporting tools can improve your project - request a demo today. With expert guidance, choosing the right product is easy.


Support

Submit a request Please provide the product and version, a clear problem description with steps to reproduce. Any additional details that may help are appreciated. Code examples Explore our sample projects and ready-to-use report templates to quickly get the basics of integration of our products into your application. Training Order expert guidance to create the reports your project needs.

Guides

How to get started? Compare products Video tutorials User manuals

List of Changes

Roll of enhancements, bug fixes, hottest updates.
UltimateReports.WEBReports.NETReports.JSReports.WPFReports.PHPReports.BLAZORReports.ANGULARReports.AVALONIAReports.JAVAReports.PYTHONDashboards.WEBDashboards.WINDashboards.JSDashboards.PHPDashboards.BLAZORDashboards.ANGULARDashboards.PYTHONPDF FormsCloudDesignerServer

Stimulsoft Reports.NET 1.30

Published on 10 October 2005
New Features
1.New reports creation in the Designer is completely updated. Now you can choose four ways of report creation. They are: a blank report, a report, based on template, a report creation with use of master of report creation and previously saved report loading.
2.Stimulsoft Reports.Net is translated into French, Italian and Portuguese (Brazil) languages.
3.The first part of documentation with description of report creation is added.
4.New text editor, code editor, expressions editor, and sql queries editor. Syntax highlighting, outlining and many other features are supported.
5.New ability to calculate totals in a column is added. For this you should put a new component with an aggregate function in the ColumnHeader band or the ColumnFooter band.
6.New ability Quick Info is added to output various information about components. Due to this feature editing in the Designer has become quicker and handy. The control button with the new feature can be found on the toolbar - Standard.
7.Now Stimulsoft Reports.Net supports WYSIWYG for the text. For control use the WISIWYG property of the Text component.
8.New property - StiReport.ReportDataSources. Using this property you can add data sources for the report directly to VisualStudio.Net.
9.A few report templates are added to Demo.
10.Export to XML format of a rendered report is added.
11.When exporting reports to PDF format, national symbols are supported.
12.When exporting reports to PDF format, Unicode support (Acrobat 5 and higher) is supported.
13.A PDF file packing is added.
14.In the export dialog, the option for using only built-in fonts of PDF is added.
15.A new ability to build in fonts being used into the PDF file.
16.A new ability to drag the data source from the data dictionary on a page is added.
17.Now for creating components you can drag a component from the toolbar on a page or on form.
18.Export from the window of preview is updated.
19.New property StiReport.ManualBookmark. This property allows you to build a tree of bookmarks by custom.
20.New property - StiPage.LargeHeight. Using this property you can set a very big height for a page in the Designer. This allows you to put maximal number of bands on a page when report designing.
21.New static property - StiDesigner.DontAskSaveReport. If to set this property in true then when you exit the designer the save dialog box will not be displayed.
22.Three new static events - StiDesigner.LoadingDesigner, StiDesigner.ClosingDesigner and StiDesigner.ClosedDesigner are added.
23.New property - StiWebViewer.RtfCodePage. This property allows to specify the code page for the Rtf export.
24.New property - StiWebViewer.PdfEmbeddedFont. This property controls of fonts inclusion in to the PDF file.
25.New property - StiWebViewer.PdfStandardFonts. This property controls of using standard fonts in the PDF file.
26.New events - ColumnBeginRender and ColumnEndRender. ColumnBeginRender - occurs when the column rendering starts. ColumnEndRender - occurs when the column rendering finishes.
27.The new Auto Connect in Designer property into options of Designer is added. This property controls of automatic connection with data.
28.The new Show Used Objects is added. This property controls of highlighting of objects used in the dictionary designer.
29.New static property - StiConfig.DefaultReportConfigPath. This property allows you to specify the path for saving report configurations.
30.New static property - StiDesigner.DefaultDesignerConfigPath. This property allows you to specify the path for saving designer configurations.
31.New static property - StiDesigner.DefaultDockingPanelsConfigPath. This property allows you to specify the path for saving docking panels configurations.
32.New button to Dictionary Designer Export Xml Data. It allows you to save all data from the dictionary as Xml files.
33.Automatic calculation of a check digit on EAN-8, EAN-13, UPC-A bar-codes.

Enhancements
1.Attention! Stimulsoft Reports.Net is no longer supports modifiers. Modifiers can be automatically removed from a report while loading. All reports with use of the CompleAllIfCompleteThis modifier will work without correction.
2.Attention! A new principle in the CopyStyle tool work. Now you should select a component for copying style and then choose the CopyStyle tool. After this you may copy the style for other components.
3.Improved the HTML export compatibility with the FireFox browser.
4.Improved the HTML export in the span mode.
5.The View Data function in the data dictionary is updated. This function displays data from all data sources except the UserData.
6.Overall optimization of a report generator work with memory.
7.The system of a size control and component position using cursor keys is improved. Now when you hold down the Control key the position of a component is being changed by one grid spacing. When you hold down the Shift key the component is being scaled up or down by one grid spacing. When you hold down both Control and Alt keys the position of the component is being changed by one lower-range value of a unit. When you hold down both Shift and Alt keys the component is being scaled up and down by o
8.Resize and repositioning via using mouse is improved. Now, if to click and hold down the Alt key, then the size and position will be changed, and alignment to grid will be ignored.
9.Now there is no need to call the ScriptUpdate method. This method is called automatically before compilation.
10.Now for creating components you can drag a component from the toolbar on a page.
11.Corrected the report generator work in multithread environment.
12.Updated page size setup when printing.
13.Improved the StiLogService service. Now it records logs in Trace. The speed of work is improved.
14.Improved the conversion of one type of data into the another one in the data dictionary.
15.Improved null values or DBNull values processing in the data dictionary.

Fixed Bugs
1.Incorrect calculation of control sum in Code128 bar-codes.
2.Incorrect rendering of nested groups, sometimes.
3.Incorrect work of the HideZeros property and report export into other formats.
4.Report creation from the compiled assembly in Asp.Net.
5.Problem with saving the value of the PrintIfEmpty properties of the Footer and ColumnFooter bands.
6.Incorrect calculation of the Column system variable when column in the DownThenAcross mode output.
7.Repaired error in the StiCheck component work.
8.Incorrect behavior of the editor of the SystemText component.
9.Problem of incorrect output of properties in Properties after zoom has been changed.
10.Problem of incorrect selection after copying components while holding down the Control key.
11.Problem of incorrect dialog boxes height of a report when XP themes are turned on.
12.Problem with a report loading. In the BeginRenderEvent event of a report, after a new report has been loaded, a script remained.
13.Bugs.


By using this website, you agree to the use of cookies for analytics and personalized content. Cookies store useful information on your computer to help us improve efficiency and usability. For more information, please read the privacy policy and cookie policy.