Code 11, also known as USD-8, is a discrete, high-density symbology, which is primarily used in labeling telecommunications equipment.
The symbol includes the following elements:
Start character;
Symbol characters that represent data;
Optional checksum digits;
Stop character.
The first and last element of every character is a bar. A one-module intercharacter space is appended to separate characters from one another.
This character supports numbers (0-9) and hyphen (-). Code 11 takes its name from these 11 characters.
Printing defects due to the natural density of code 11 can cause scanners to misre ...
This update includes improvements and fixes for our entire line of Delphi and Lazarus products.
One of the main features of this update is the new package with visual components TfrTreeView. The new TfrTreeView allows you to quickly create your custom equivalents of TreeView, expanding the functionality of your application. Compared to the standard TreeView, our component has fast and convenient navigation, collapsing and expanding the tree of thousands of elements. This enhances the responsiveness of your application's interface for end users. And, of course, TfrTreeView is supported in both VCL and Lazarus!
FastReport VCL
You can experience the responsiveness of the interface in the FastReport VCL report designer when working with a large amount of data or objects, thanks to the use of the new TfrTreeView component.
...
What's new in FastCube VCL 2.10:
Expressions
This release brings expressions support to FastCube VCL. Before it was only possible to add calculated measures or totals using the script. Which was quite inconvenient for people handling reports on daily basis. So we decided to add expressions which you may know from other products of FastReports.
Please checkout our updated documentation and examples to better understand expressions and how they work.
Ignore case option for range expressions
...
Data filtering is essential when working with information. It is difficult to imagine analytical tools without this option. Most often, filters and sorting are used for:
quick access to data;
making data user-friendly;
convenient editing of data;
structuring information.
...
Images with transparency are often called images with an alpha channel. What does this mean? The alpha channel contains information about partial or full transparency of the image. It is mainly used in computer animation. RGB images can have up to 24 alpha channels. Each of them contains information about the transparency of a part of the image. Managing these channels can make parts of the image transparent at the right time. This creates an animation effect.
The most common raster formats of images with support for transparency:
PSD - the native format of Adobe Photoshop. Supports full and partial transparency;
TIFF - most often used to store scanned images, because it allows you to store information about the great depth of color. This quality has made the format of tiff popular in printing. Supports partial and full transparency;
GIF - this format is most popular in the Web graphics, because the file has a very small size. Allows you to ...
In the latest version of FastReport .Net 2019.2 there is now an ability of object texture fill, escaping quotes in CSV export, added digital signing in PDF export, made interface improvements and fixed some bugs. In WebReport we added ability to assign date and time format in DateTimePicker as well as ability to set up export list in WebReport Core
Version 2019.2--------------- [Engine]+ added texture fill* now in the new reports the default font will always be serialized- fixed a bug with generation method of barcode Supplement 5 (EAN-5)- fixed bug with incorrect type cast in data fields (IMPORTANT! This hotfix may affect previously developed reports)- fixed bug with incorrect type cast of Nullable types of fields- fixed a bug with parsing old reports (before 2016), when the Arial 10pt is not ...
Exciting updates to the report designer in the 2024.1 release! We have paid special attention to the internal architectural product changes and improved the visual ease of reporting. We have also added new object fills and gradients.
New opportunities
We added the ability to apply a "Linear Gradient" fill to an object or band
To apply the "Linear Gradient" fill to an object or band, you need to select the element first and then click on the "Fill" group in the properties panel:
...
In FastReport, the Matrix object allows us to filter data. This is one of the most popular functionalities and many users like to use it. However, sometimes filtering the original data is not an option.
Let's take a look at the matrix below.
As you can see, these are sales statistics by employees for 5 years. There are no statistics for Steven Buchanan employee for 2011, 2012 and 2015. This means that Steven will disappear from the matrix if we filter the matrix by year and count out 2013 and 2014.
To complete the picture, you need to count all employees, even if they did not have sale ...