List & Label Reporting Blog

InMemoryDataProviderWrapper: Data Provider on Steroids

InMemoryDataProviderWrapper: Data Provider on Steroids

ByJochen BartlauApr 15, 20242 min read
The features of different data providers vary widely. Depending on the data source, sorting, native aggregate functions or filters at database level may be available directly. Or not. For example, none of this is available in file-based formats such as JSON or XML, or even in “web” formats such as REST. These are typically read “front to back” and therefore cannot offer sorting or native aggregation. With List & Label 29, we have something new to offer.
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.
ios app combit report server

New Apps for the combit Report Server

ByAlexander HorakNov 29, 20181 min read
This post belongs to a series of blog posts that are dedicated to the innovations of combit Report Server 24. At this point I would like to recommend the two posts "What's New in Report Server 24, Part 1" and "What's New in Report Server 24, Part 2".

Today we are talking about the new native iOS and Android apps for the combit Report Server, which allow you to access the reports on your Report Server directly from your smartphone or tablet. Previously, this was also possible directly via the Report Server web interface, but the new apps offer additional options and a device adapted and fast operation, as you would expect from a native app.
Miscellaneous Treats in LL24

Miscellaneous Treats in LL24

ByJochen BartlauNov 19, 20184 min read
While I've been blogging about the major and most-UI-visible features during the last few months, of course there are gazillions of minor and less visible changes underneath the hood in LL24. This blog post sums up some more reasons to be cheerful.
preview control window

Customizing the Preview’s Look & Feel

ByJochen BartlauOct 30, 20181 min read
Since the introduction of our feature portal three years ago, it has become an important driver for our innovation. If you filter for "available in latest version", you'll find some fourty features we've built into the product on your request. So here comes a big "thank you" to everyone participating! Your help, effort and ideas are more than welcome anytime. Of course, we've implemented some of the top voted demands into LL24. One of them has been to enable the customization of the preview window's look and feel.
dummy-img

Add Your Custom Objects and Functions to the Web Designer

ByJochen BartlauOct 19, 20183 min read
Extensibility is a first class citizen in the List & Label universe. You can add your own functions and objects to the Designer, enabling complex calculations within your code or custom objects. However, there was one important link missing so far – all this code just runs on the desktop. If your application runs on a server and you're using the Web Designer you're hosed – until version 24.