List & Label Reporting Blog

header service pack 29.001

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

ByDaniel KennerJan 25, 20244 min read
The new Service Pack 29.001 brings several new features and improvements. The .NET Sample Center user interface has been completely redesigned to provide additional information and links to the samples. Also new are special “signed” NuGet packages that contain signed List & Label assemblies. The OdbcDataProvider now supports a custom ParameterMarkerFormat to override or correct the format provided by the driver.
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.
multiselect drag and drop

Enhanced Drag & Drop Experience

ByJochen BartlauAug 26, 20152 min read
For years, our drag & drop support consisted of "well, you can drag one field into an existing table". If you needed multiple fields – repeat. Creating a table via Drag & Drop? No way. Creating a sub table? Don't even think of it. All this will change thoroughly with LL21.
End User Friendly Conditional Formatting

End User Friendly Conditional Formatting

ByJochen BartlauAug 12, 20153 min read
This is one of the major new features of LL21. Conditional Formatting is needed whenever you want to change properties depending on data, e.g. something like "red font if value is negative" or "highlight the background if value is greater than threshold". This allows to read a report at a glance and quickly get an overview of what areas of your data require a second look.
Lightning Fast Aggregations for .NET

Lightning Fast Aggregations for .NET

ByJochen BartlauJul 28, 20152 min read
Aggregation within reports is a hot topic. While it is very convenient to just aggregate what you see it can become very expensive if huge amounts of data are involved. Think of sales statistics for your products – you don't really want to iterate through all order details in order to just get the total sales for your article. This is a task databases are optimized for.
example for nested tables

Support for Nested Tables

ByJochen BartlauJul 15, 20152 min read
One of the few requests that kept coming in was "Can we have the detail data in a column of the master table". While there are a couple of workarounds in version 20 that do similar things, the actual request could not be fulfilled this way. Plus, the workarounds were not as discoverable as we would have loved them to be as they included negative indents for line definitions and educated guesses on the number of detail records that are likely to be printed.This is going to change in version 21 – List & Label is going to support a new field type "table" which enables you to nest tables.
Enhanced Color Picker

Enhanced Color Picker

ByJochen BartlauJun 30, 20151 min read
The existing color picker e.g. for the background color property of a field contained a very long list of predefined color values and – at the very bottom – a "Formula…" entry, which was neither very discoverable nor usable. And choosing "Formula…" left it completely to your end users to figure our how to use the RGB, HSL, RainbowColor, HeatmapColor or one of the other color functions. In LL21, we'll introduce a completely new color picker UI.
Major Updates to Included Projects and the Objects Window

Major Updates to Included Projects and the Objects Window

ByJochen BartlauJun 17, 20151 min read
Including other projects is a very nice way to reuse objects and ensure a stringent corporate design. I've blogged about this possibility just recently. However, if you heavily use this feature, your object list can quickly become cluttered with lots of objects from includes. You cannot select them, you cannot change their properties – the only useful thing is their context menu which brings you quickly to the included project. This led to a request in our feedback portal to be able to hide these included objects. And yes, List & Label 21 will enable you to do just that.