Easily Replacing Texts and Identifiers in the Designer

replace ribbon in menu

Continuing our quest for an improvement of the Designer's refactoring features, it's obvious that finding text alone is only halfway to quickly and easily refactoring your projects to accomodate them to changed field names, table names or other identifier changes. So we decided to take this project one step further and offer a powerful replace feature in LL24.

Export Files Directly From the Preview

So far, it hasn't been possible to export to all of our export formats from the preview window. The simple reason is that we're using the EMF file format internally while the exporters need completely different information that cannot be extracted from the EMF. Thus, we were only able to support image file formats and – of course – PDF, which is created from EMF vector information.

Introducing Parametrized Data Sources

List & Label's powerful filter options could not be used for all data sources so far. Reason is, especially for web based data sources, it is not possible or feasible to get "all" data first and then filter to the desired subset. The upcoming version 24 comes with a powerful new feature that addresses this very issue: Parametrized Data Sources. It allows to combine data source parameters with actual report parameters in the Designer.

Fun With the Major Upcoming Winter Sports Event in Pyeongchang

As you might know, this year’s Winter Sports Event will start just by the end of the week. I have to circumlocate the actual name of the event as those people really mean “Trademark” when they say it. Let’s call it simply “Games” for the rest of this article, which hopefully should be safe. Anyway, I thought this would be a good opportunity to do some statistics with my favorite reporting tool.

Supporting SVG as Image Format

The Scalable Vector Graphics format has been around for quite a while. The first specification was released in 2001, and meanwhile all browsers offer solid support for SVG. During the years, we've received a couple of requests to support SVG in List & Label. Initially, I was hoping for Microsoft to make SVG rendering support a Windows feature that we could just use. However, that hasn't happened so far. And so we had to come up with a different solution.