Provides cross platform access to the reporting tool List & Label.
$ dotnet add package combit.ListLabel31.CrossPlatformThis package provides the core API for List & Label Cross Platform (LLCP), a fully managed, cross-platform .NET reporting engine.
LLCP allows you to design, generate, export and print reports using a single API across Windows, Linux and macOS, without requiring any native components.
For a general product overview and supported scenarios please visit the List & Label Cross Platform product page.
We recommend to download the fully functional free 30-day trial version from our website.
using combit.ListLabel;
using var listLabel = new ListLabel
{
LicensingInfo = "YOUR_LICENSE_KEY",
DataSource = myDataSource
};
var exportConfig = new ExportConfiguration(
LlExportTarget.Pdf,
"output.pdf",
"report.json"
);
listLabel.Export(exportConfig);
The official documentation with API reference, concepts and guides is available on our documentation portal.
List & Label Cross Platform uses separate NuGet packages for data access. Depending on your data source, you may also need one or more of the following packages.
combit.ListLabel31.CrossPlatform.CassandraDataProvidercombit.ListLabel31.CrossPlatform.CosmosDBDataProvidercombit.ListLabel31.CrossPlatform.FirebirdConnectionDataProvidercombit.ListLabel31.CrossPlatform.MongoDBDataProvidercombit.ListLabel31.CrossPlatform.MySqlConnectionDataProvidercombit.ListLabel31.CrossPlatform.NpgsqlConnectionDataProvidercombit.ListLabel31.CrossPlatform.NuoDbConnectionDataProvidercombit.ListLabel31.CrossPlatform.OdbcConnectionDataProvidercombit.ListLabel31.CrossPlatform.OleDbConnectionDataProvidercombit.ListLabel31.CrossPlatform.OpenXmlXlsDataProvidercombit.ListLabel31.CrossPlatform.RedisDataProvidercombit.ListLabel31.CrossPlatform.SalesforceDataProvidercombit.ListLabel31.CrossPlatform.SchemaAwareJsonDataProvidercombit.ListLabel31.CrossPlatform.SqlConnectionDataProvidercombit.ListLabel31.ProjectConverterRefer to the documentation for details on configuring and using these data providers.
Please contact us at nuget@combit.com with any feedback.