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.
Infinite Pages for HTML and XLS Export

Infinite Pages for HTML and XLS Export

ByJochen BartlauJul 25, 20192 min read
This is another of those "huh, you didn't have that before" features. As a WYSIWYG layout oriented reporting tool, the page has always been king for List & Label. While this is nice in many circumstances, when it comes to reporting for the web or XLS and printing is not planned at all, the result can be unwanted although looking beautiful.
Autosize for Column Widths

Autosize for Column Widths

ByJochen BartlauJul 11, 20192 min read
Another step forward in our continuing quest to improve what's already great – our table object. Until LL25, you had to decide which widths you'd like to reserve for your respective columns. While this works out just nice most of the time, sometimes the result is less than perfect.
Defining Sub Tables via Filter Conditions

Defining Sub Tables via Filter Conditions

ByJochen BartlauJun 25, 20193 min read
This is another great addition to the report container's feature set. Until LL25, related tables always needed to have an actual relation on the data source level in order to be usable as data source for sub items. If there was no relation, there was no way to insert the sub item, even if both tables in question had an ID field that would easily allow a custom linkage. In LL25, you can now have relations based on filter conditions.
Printing Columns Across-Down

Printing Columns Across-Down

ByJochen BartlauJun 18, 20192 min read
Multi-columnar layouts for tables are quite popular for newspaper or phone book style reports. Whenever you have just a few actual columns in the table it's handy to use the page's real estate by splitting it in multiple columns. This feature has been around for ages, however it was missing one important setting until LL25.
Create Functional Dashboards in Seven Easy Steps

Create Functional Dashboards in Seven Easy Steps

ByDaniel SteinMay 29, 201910 min read
Complex data is usually processed visually in dashboards in order to be able to capture trends, outliers or up-to-date data at a glance. The design of dashboards depends on important details. These details make the difference between whether the information is interesting for the target group and whether conclusions can be drawn from it or not. For example, a bar chart is better to capture than to work your way through hundreds of table entries. Dashboards are often used incorrectly and are hopelessly overloaded with numerous different charts and gauges, such as traffic lights, speedometers and hardly readable tables.
dummy-img

How to Automatically Export Reports to Cloud Storage Services

ByDaniel SteinApr 18, 20195 min read
With List & Label you can export reports in different formats like PDF, Word, Excel and many more. The resulting reports can either be stored directly in the file system or – in .NET – in a stream, in order to transfer them manually into a database, a document management system or similar. Reports can also be automatically stored directly in so-called cloud storage services. The cloud storage providers for GoogleDrive, Microsoft OneDrive or Dropbox are available in List & Label for .NET for this purpose.
dummy-img

New Connection to Microsoft Flow for the Report Server

ByAlexander HorakMar 28, 20196 min read

Microsoft Flow allows you to define your own processes and workflows based on various triggers. More than 200 services such as Office 365, Facebook, WordPress etc. are available for this purpose, which can interact with each other in the workflows (called flows). These services offer actions as well as triggers, such as when a file is created (on Google Drive, DropBox or also on alternative services like e.g. box) or when a mail is received. Each flow has a trigger and may have multiple actions. This article describes how to connect combit Report Server to Microsoft Flow.

reporting object inspector

New VCL Component for Delphi Developers

ByJochen BartlauFeb 28, 20192 min read
It's been a while since the original announcement back in June 2016, but hey, we're finally there. Today marks the release of a brand new VCL component that uses the data provider interface and FireDAC at its core. 
dummy-img

New DataProvider for Redis

ByJochen BartlauJan 29, 20193 min read
Redis is an in-memory key-value database, so a typical NoSQL database. Since its initial release in 2009, it has become quite popular and now is, according to db-engines.com by far the most popular key-value database out there. With the new RedisDataProvider you can now use your Redis database within List & Label or Report Server.
activate rest api

Swagger and OpenAPI Support for Report Server REST API

ByJochen BartlauDec 20, 20182 min read
The OpenAPI Specification (OAS) defines a standard interface description for REST APIs, which allows both humans and computers to discover and understand the capabilities of a service without requiring access to source code, additional documentation, or inspection of network traffic.