Reports.Fx for Flex 2010.3 release

Stimulsoft News
Post Reply
Andrew
Posts: 4104
Joined: Fri Jun 09, 2006 3:58 am

Reports.Fx for Flex 2010.3 release

Post by Andrew »

We are glad to announce the availability of Stimulsoft Reports.Fx for Flex version 2010.3. With this release, we have added all types of charts, one new barcode, totals, functions, sorting, implemented Request from User, text formatting and more. The following is a brief summary of the new features introduced in this product:

New barcode
We added a new bar code in our report. The full name of the bar code is Royal TPG Post KIX 4-State. This barcode is used for postal purposes in the Netherlands. In the future we will continue implementing new bar codes into our products.

Request from User
Each variable in the data dictionary has the ReguestFromUser property. Now, if you set this property, the report generator will request the value of this property from the user in the window viewer reports, with appropriate controls.

AutoSize
The new version of the report generator supports CanGrow, CanShrink, and AutoWidth properties. Properties can be used to automatically change the size of text components.

Username and Password
If you do not want to store your username and password database in a report, you can change them before running a report from the code. Or you can use the new connection property which is PromptUserNameAndPassword. If you set this property to true, the report generator will request a username and password for the connection before the report rendering.

All types of charts
The previous version of the report generator supported only a few types of diagrams. In the new version this was fixed. Now the product supports all types of charts that you can create in the .NET version of our products.

Totals
Now the calculation of totals of the report is no longer a problem. All total functions as the .NET reporting tool are supported.

Functions
In the new version we have added support for a large number of functions. Now almost all the functions for working with data are supported. All mathematical functions, the IIF function, almost all functions for working with strings, and all the functions to working with the totals.

Sorting
Now a report generator supports the ability to sort the data before output. You can use the Sort property of DataBand to specify sorting rules. Also sorting in a group does work. In this case, the SortDirection property of the GroupHeader is used.

Expression in a report
As part of the new version comes a new version of expressions parser. It supports not only references to the database column, but also expressions using variables, data fields, functions, etc.

Primitives
We implemented geometric primitives in the report generator. The following primitives are supported: Vertical line, Horizontal line, Rectangle, Rounded Rectangle.

Variables in a report
Variables in a report are now available. They can be used in expressions. You can set them from code, pass either as parameters or through the URL in the form of a POST request.

Formatting
Formatting of text expressions is available in the new version. Supported format types are: Number, Date, and Time.
Post Reply