Miscellaneous Treats in LL23
While holiday season is approching fast, bringing some well-deserved quality time off work for all of us, I briefly wanted to share some miscellaneous treats in version 23 of our List & Label reporting tool with you.
While holiday season is approching fast, bringing some well-deserved quality time off work for all of us, I briefly wanted to share some miscellaneous treats in version 23 of our List & Label reporting tool with you.
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.
The signal ranges are a handy gauge feature to highlight parts of the scale. It enables you to divide the scale e.g. into a green, yellow and red part. That way, you can judge at a glance if a value is "good" or "bad". In LL23, this feature has been extended to charts.
Have you ever wanted to migrate your List & Label projects and data providers to a central webserver to export and view them on an Android or iOS tablet with just a few lines of code? With the upconing new version 23 we have some good news for you!
After adding a number of new chart types in the last versions, most notably Radar, Treemap, Shapefile and Funnel charts, we're adding a small yet very neat property for pie and donut charts to List & Label 23: pie coverage. This allows to define if the pie should consist of a full circle or just parts of it.
No matter which data, using the DataProvider interface you can write your own custom binding. And of course we ship a whole family of providers with List & Label. In LL23, there's a new member of this family that allows your applications to connect to Salesforce data easily.
The .NET DataProvider concept allows to bind to almost any data source. Basically, it mimics a relational database management system containing tables, relations, sort orders etc. However, often you'll find yourself needing to combine data from different sources, e.g. a server log file that contains customer logins and a SQL customer database that contains all pertinent information about the customers.
As promised, today I’d like to report on even more of the updates in Report Server 23. The updates are particularly impressive in the ad-hoc Designer, which provides support for fast creation of simple tables and diagrams. As opposed to the extensive Report Server Designer, only the most important setting options are provided here. In addition, the ad-hoc Designer is likewise available as a separate component in List & Label 23.
Upon the release of version 23 of our List & Label reporting tool, the combit Report Server will become part of the List & Label Enterprise Edition. Hence, it is about time we reported on the new features of our enterprise reporting solution!
Many things can often be implemented significantly easier and faster in managed code than in unmanaged code, such as with Delphi or C++. Sometimes, there already exist ready-made .NET modules which contain the desired requirements and which need to be used in your own unmanaged application. But the question then is: How can a .NET module be made accessible to an unmanaged system?