.NET Reporting in Visual Studio With List & Label

  • Easy integration via NuGet packages
  • Flexible data binding with more than 40 data providers
  • Cross-platform .NET reporting for WinForms, WPF or ASP.NET

Supports the Microsoft’s technologies: .NET Framework 4 and .NET 6/7/8.

Work with the reporting tool in the CLR language of your choice: C# or C++/CLI.

Take advantage of comprehensive reporting functions for WinForms, WPF and ASP.NET MVC.

Visual Studio and Jolt Award

How to Integrate List & Label Into Your .NET Application

Icon_net_lp_1

Add .NET NuGet Package

Visual Studio provides you with the option of easily adding List & Label to your application. Numerous NuGet packages are available for this purpose on NuGet.org.

Icon_net_lp_2

Object Creation

Work without code by dragging the .NET component from the Visual Studio toolbox directly onto a Windows form. Or dynamically create an instance of the List & Label component directly in the code:

using (ListLabel LL = new ListLabel())
{
    // Assign a data source, e.g. an SQL database
    LL.DataSource = new SqlConnectionDataProvider(connection);

    // Select export parameters
    var configuration = new ExportConfiguration(LlExportTarget.Pdf,
        "Result.pdf", "MyReport.lst");

    // Create a PDF file in the target path
    LL.Export(configuration);
}
“We tested List & Label with our own software product (C#/WPF/Entity Framework 4.0). I am really delighted about how simple it was. I would never have thought that WDF and Entity Framework were so well supported. It was almost completely intuitive. The product truly met the expectations promised in advertising.”

Wolfgang Schneider, Hamburger Waagenbau GmbH – Germany

“List & Label is the best report generator available. […] Much more developer-friendly than Crystal.”

Jim Hurson, Hurson Associates – USA

We have been using List & Label for 15 years. Flexibility and stability are the main reasons we keep using this product in our labeling and datasheet applications, which use VFP. Recently, we also used List & Label for our latest web application based on .NET. Functionality has been continously added and improved over the years, making this developer tool one of the best of its kind.”

Cas Nuy, Stahl Holdings bv – Netherlands

We Provide You With a Direct Connection to Your Data

Data Binding in .NET With More Than 40 Data Providers

List & Label comes with a variety of data providers for all common data sources. This makes it possible for you to directly access your existing data sources and expand your application more quickly.

Creating Your Own Data Providers

You can create your own data providers as well via the IDataProvider interface , in order to connect List & Label to virtually any data source.

Full Control Over Data Supply

You can influence whether or not and how data from the data provider is logged with the help of numerous events in the source code.

Jochen Bartlau, Head of Development for List & Label, shows in this video, how easily the reporting tool can be integrated into a .NET Core application (duration: 2:53 min).

.NET Reporting Tool for WinForms, WPF and ASP.NET MVC

List & Label Supports All of Your Projects

WinForms
WPF
ASP.NET MVC
Numerous sample projects in source code make it easy to get started
Direct connection to more than 40 data sources
Support for .NET Framework 4 and .NET 6/7/8. Can be used in all CLR languages (e.g. C#, C++/CLI ...)

WinForms controls for seamless integration into your application

Configure the reporting component using code, or with smart tags directly in Visual Studio IDE

Two different WPF viewers for preview files

Full configurability of the component in code

Web/MVC controls for integration into your own web and cloud applications:

  • Web Report Designer
  • Desktop-based Web Designer
  • Ad-hoc Designer
  • Web Report Viewer

More About Web & Cloud Reporting

.NET Reporting Tool für WinForms, WPF und ASP.NET MVC

List & Label unterstützt Sie bei jedem Projekt

WinForms

Numerous sample projects in source code make it easy to get started

Direct connection to more than 40 data sources

Support for .NET Framework 4 and .NET 6/7/8. Can be used in all CLR languages (e.g. C#, C++/CLI ...)

WinForms controls for seamless integration into your application

Configure the reporting component using code, or with smart tags directly in Visual Studio IDE

WPF

Numerous sample projects in source code make it easy to get started

Direct connection to more than 40 data sources

Support for .NET Framework 4 and .NET 6/7/8. Can be used in all CLR languages (e.g. C#, C++/CLI ...)

Two different WPF viewers for preview files

Full configurability of the component in code

ASP.NET MVC

Numerous sample projects in source code make it easy to get started

Direct connection to more than 40 data sources

Support for .NET Framework 4 and .NET 6/7/8. Can be used in all CLR languages (e.g. C#, C++/CLI ...)

Web/MVC controls for integration into your own web and cloud applications:

-Web Report Designer
- Desktop-based Web Designer
- Ad-hoc Designer
- Web Report Viewer

More About Web & Cloud Reporting

Seamless Integration:
List & Label in Visual Studio

green_ok

Open the List & Label Report Designer in the Visual Studio IDE or integrate it directly into your own application. Toolbox items, project templates and lots of examples simplify integration.

green_ok

Benefit from quick support for all major Visual Studio releases and integrated online help with IntelliSense support.

green_ok

Use NuGet as the package manager, and for the option of incorporating your own functions, objects and actions directly from your code.

green_ok

Get up-to-date access to the .NET source code (Visual Studio solution) with the List & Label Enterprise Edition.

green_ok

Don’t fall behind: List & Label provides you with advance support for new versions of .NET Framework. Switch to the latest technologies before it’s too late.

green_ok

Publish containerized applications to platforms such as Azure App Service or Amazon Web Services using the Visual Studio deployment pipeline thanks to Docker support.

Help for Getting
Started Is Available Here:

Tutorial and examples for .NET Reporting in C# and VB.NET

Discover the wide variety of reporting options in our interactive online demo.

Test Fully Functional 30-Day Trial Version for Free

        
Left Menu Icon