List & Label Reporting Blog

Reporting in Your Applications with Embarcadero RAD Studio

Reporting in Your Applications with Embarcadero RAD Studio

ByDaniel SteinJul 1, 20245 min read
List & Label is a reporting component that integrates with applications to provide them with rich reporting capabilities. It allows developers to create sophisticated reports based on data from any source. Easy data binding for your own VCL applications is provided by List & Label’s FireDAC component, which supports numerous data sources such as Oracle, MS SQL Server, SQLite, DB2, MySQL and PostgreSQL, as well as many other databases and formats. The control over the data for reporting always remains with the application itself.
resizing columns

List & Label 26 Preview: New Drag & Drop Features for the Table

ByJochen BartlauJun 16, 20202 min read
After improving the crosstab's Drag & Drop capabilities in version 24, it was time to overhaul the table's D&D support as well. The last major change here dates back to 2015 – so without any further ado here's what will be added in version 26.
LL Java Native Interface

Java Native Interface (JNI) for List & Label available on GitHub

ByDaniel SteinMay 19, 20201 min read
We love Java! List & Label itself has a native C++ API. This API can also be called directly from Java applications via a Java Native Interface Wrapper, which has already been part of the product for ten versions. Over the years, we have implemented many suggestions from the community, for example we have improved the callback interface of the JNI component. Now we are going one step further – do you want to help us to improve the JNI wrapper, too?
dummy-img

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

ByDaniel KennerMay 5, 20204 min read
The Service Pack 25.002 has some new features and various improvements for you. We give you an overview of what's new and what has improved.
Interactive Reports with List & Label

Interactive Reports with List & Label

ByDaniel SteinApr 27, 20208 min read

Today, modern reports must be designed for more than just one purpose. In addition, "all" data should be contained as simply as possible – but presented in a clear and structured way. With List & Label such multifunctional reports can be easily realized. Interactive elements allow a single report to cover several scenarios, while selection options further enhance the report. This makes reports more comprehensive and informative and can be easily operated by the user.

dummy-img

Service Pack 25.001 for List & Label and Report Server

ByDaniel KennerApr 7, 20203 min read
The Service Pack introduces new features, various improvements and corrections. The following is an overview of the features and improvements in the Service Pack.
Miscellaneous Treats in List & Label 25

Miscellaneous Treats in List & Label 25

ByJochen BartlauMar 26, 20202 min read
As with every new version, we have updated List & Label in a lot of different places to make it smoother to use, more modern and accessible. So to continue with this tradition, here are some treats in List & Label 25 you might have overlooked so far.
Connecting Mattermost to Blizz Meetings

Connecting Mattermost to Blizz Meetings

ByJochen BartlauMar 19, 20203 min read
As we all are affected by the infamous COVID-19 outbreak I assume many of you are working from their home offices just as we do. We had the luck (aka foresight) to prepare this early on so we were up and running in less than a day. Nevertheless, once we started, there were a couple of challenges we were facing. I thought I'd share some nuggets here that might be useful to you.
.net core 3.1

Should You Migrate from .NET Framework? – List & Label with .NET Core 3.1 Support

ByDaniel SteinFeb 12, 20203 min read
In May 2019, Microsoft announced that it will no longer develop the existing .NET Framework. So the current version 4.8 will be the last release. From now on, the company will concentrate on the further development of .NET Core. For developers, the question arises: Is the release of .NET Core 3.1 a good time to migrate from the .NET Framework? The good news is that you don't have to do without List & Label when migrating. 
Text Selection and Copy to Clipboard for the Preview

Text Selection and Copy to Clipboard for the Preview

ByJochen BartlauJan 15, 20201 min read
Creating preview files is all well and good. However, when you needed to access the texts within the preview for post processing, you had to resort to a text export, finding the relevant strings and copying them from there. In LL25, we added a powerful way to extract texts from a preview, directly from within the preview window.
New GraphQL Data Provider for List & Label

New GraphQL Data Provider for List & Label

ByJochen BartlauDec 17, 20194 min read
GraphQL was publicly released in 2015 and became quite popular since then. It's used by a number of big web applications like Instagram, Facebook and others.