List & Label Reporting Blog

New Service Pack 27.005 for List & Label and the Report Server

New Service Pack 27.005 for List & Label and the Report Server

ByDaniel KennerMar 7, 20233 min read
In this summary you will find the most important new features and improvements of service pack 27.005, including support for Windows 11 22H2 and Windows 10 22H2 as well as support for Embarcadero RAD Studio 11.2.
dummy-img

Introducing C++ Support for Multiple Report Containers

ByJochen BartlauNov 18, 20155 min read
During our Roadshow this fall, the question I was asked the most was "why do you support certain features only for .NET". Most notably, multiple report containers (since LL20) and nested tables (since LL21) were only available for .NET databinding. The reason for this is the necessity to support a special and – until now – undocumented COM interface for passing the data to List & Label. We decided to leave this interface undocumented in version 20 in order to be free to apply changes without breaking customer code. We had to make sure the interface was ripe. Now we are and here we go.
The Challenging Road to Release

The Challenging Road to Release

ByJochen BartlauOct 28, 20151 min read
We're quickly approaching the final release of List & Label 21. As you surely know from your own practice, release times are hard times ;-). You are moving constantly between madness and excitement. To visualize the long and challenging road we're about to finish, we created the following infographic.
dummy-img

Further Finetuning in the Designer

ByJochen BartlauOct 21, 20152 min read
As with every release, we've added a lot of finetuning to the Designer and its objects. We haven't been able to cover each of the new features in the past LL21 blogpost feature marathon – there are just too many gems to uncover. So here are some of these new Designer features you don't want to miss that make working with LL smoother than ever before.
png in pdf export before result

Enhanced PDF Export

ByJochen BartlauOct 14, 20152 min read
The PDF export in List & Label 21 supports Type3 fonts as embedding option. Unicode and symbol characters are stored as Glyphs in this embedding mode. This way, these fonts are supported optimally – you no longer need to download font packages for your favorite PDF viewer.
Scripting Support in Functions

Scripting Support in Functions

ByJochen BartlauOct 7, 20152 min read
List & Label has a very powerful formula language. Most manipulations one could think of are possible out of the box or can be realized by using a user defined designer function. However, the latter requires you as a developer to think of the need before deploying your application. In LL21, we'll introduce a new feature that allows to use C# or scripting host languages like VBScript directly in the function wizard.
AutoRecover for the Designer

AutoRecover for the Designer

ByJochen BartlauSep 30, 20151 min read
In List & Label 21 the Designer optionally saves the current project to a backup location. If the Designer is not closed properly (i.e. system crash, unexpected shutdown or even power outage) you can easily restore the last state and don't lose hours but rather minutes of work.
dummy-img

New and Overhauled Data Providers

ByJochen BartlauSep 23, 20151 min read
The ObjectDataProvider is one of the key providers we ship with LL. It binds to generic lists just as well as to EntityFramework or other Object Relational Mapper data. It is also the final fallback for all datasources that cannot be handled by one of the other providers. In LL21, the provider got a couple of new features for the .NET 4.0 assembly.
Consolidating Syntax Errors in One Tool Window

Consolidating Syntax Errors in One Tool Window

ByJochen BartlauSep 16, 20151 min read
One of the most frequently requested features via our feedback portal and a feature we were thinking of for quite a while. Before, if a project contained syntax errors (e.g. it had typos or you renamed a field in the data source) you got a massive dialog containing the source of the error, however no easy way to fix it from there. Additionally, this dialog popped up for each and every error so most of you will probably just have clicked the "OK for all" button and started to investigate manually. This was a time consuming, tedious task which often ended up in opening and closing the designer until all errors were fixed.
Thumbnail View for the HTML5 Viewer

Thumbnail View for the HTML5 Viewer

ByJochen BartlauSep 9, 20151 min read
HTML5 is one of our reference formats for web reporting applications. We also use it as the premier format in our combit Report Server. In LL20, we had first introduced this viewer. In LL21, it will get a brand new thumbnail bar, making navigation even easier.
web report designer loading

New Web Designer

ByJochen BartlauSep 2, 20151 min read
Until version 21, we used browser specific plug-ins or ActiveX controls in order to display the Designer right in the browser. However, browser vendors are more and more restrictive and begin to ban plugins from their browsers altogether. Thus, it was time for a new technology.