List & Label Reporting Blog

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

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

ByDaniel KennerNov 13, 20233 min read
The latest service pack 28.004 for List & Label and the Report Server brings a new chart type in the Web Report Designer and Windows 11 23H2 support. Experience improved user interfaces alongside significant performance upgrades especially for horizontal gauges. For a detailed list of all changes, see the ServicePack.pdf in your installation or in the service pack download section.
dummy-img

Designer Preview Support for Xbase++

ByJochen BartlauApr 24, 20153 min read
Today, I spoke at the Xbase Forum Meeting in Potsdam, Germany. Besides presenting what our reporting tool can do I had the joy and honor to share my presentation with Tom Liehr, a respected member of the Xbase++ community. Together we've created a modified sample for Xbase++ that shows how to support the designer preview in Xbase++. Or – better said – Tom did most of the hard work while I stood flabbergasted at the sideline. I was only able to give some hints that helped crossing the finish line just in time which was Easter Monday, 10:30 pm.
Vote Now – We Love User Innovation

Vote Now – We Love User Innovation

ByJochen BartlauApr 8, 20153 min read
User innovation has always been a driving force for our product development. Many of the features we've added in the past were inspired by requests from the community. Often, multiple requests for similar features helped us to find the actual need behind the feature ideas. Most prominently, the report container was born this way – from the need to be able to report relational data structures.
Two Ways to Reuse Existing Objects In New Projects

Two Ways to Reuse Existing Objects In New Projects

ByJochen BartlauMar 4, 20153 min read
The idea for this post was triggered by a comment by MikeH on the last blog post. He requested the feature to have a kind of meta object containing different other objects in a pre-specified manner in order to speed things up for endusers. There are already a couple of features that cover at least similar use cases and I thought I'd highlight them.
New Features in Release 20.002

New Features in Release 20.002

ByJochen BartlauFeb 24, 20152 min read
While we are constantly working on LL21, we started to merge selected features to the 20-branch. This provides us with the agility to quickly react to frequent demands and offer a much shorter time to market for our subscription customers.
dummy-img

Accessing any .NET Data Source with the Data Providers

ByJochen BartlauJan 14, 20155 min read
The data provider concept has been around for a couple of years now. We steadily work on extending the list of available data providers and can bind to most any data source by now. Besides the well-known ones, there are also some meta providers that deserve some spotlight.
A First Peek at List & Label 21

A First Peek at List & Label 21

ByJochen BartlauDec 8, 20141 min read
As we're starting internal discussions and meetings and the first LL21 sprint is getting in shape I wanted to share this photograph, the result of a two hour meeting between the two guys that are sometimes called "Mr. List & Mr. Label" internally – our Senior Architect Christian Kaiser and myself.
Three Often Overlooked Features

Three Often Overlooked Features

ByJochen BartlauDec 2, 20143 min read
We always try to implement new features as visible as possible. However, sometimes features are less discoverable or self explaining than we'd hope for – we're steadily working on that. Here are three very useful features you might have overlooked so far.
New and Extended Designer Objects

New and Extended Designer Objects

ByJochen BartlauNov 5, 20142 min read
In version 20 you see the debut of a brand new Designer object: the checkbox. This object is used to indicate if a boolean value (a condition) is met or not. Think of visualizing the availability of a product, the selected menu in a hotel etc. And the OLE object just got a major overhaul.
How We Release A New Version

How We Release A New Version

ByJochen BartlauOct 15, 20144 min read
List & Label 20 is quickly hitting the final milestones. I've been blogging about the new features since spring. This time, however, I'd like to share some insights into what happens as we shift near RTM.
HTML5 Viewer – A Giant Leap for Web Developers

HTML5 Viewer – A Giant Leap for Web Developers

ByJochen BartlauSep 24, 20142 min read
In the last version we introduced a number of interactive features like report parameters, expandable regions, and dynamic sortings. Until version 20, using these in a web application was not possible as they result in a partial rerendering of the report or – for drilldown reports – trigger a brand new report. As the existing viewers didn't have a communication channel to a server control, this rerendering was impossible. 
Enter the new HTML5 viewer. This viewer is designed to work in almost any web browser. It is optimized for mobile devices and supports interactivity. It requires ASP.NET on the server side but can use any operating system on the client.