使用Aspose.BarCode为SSRS 17.12设置版本号生成QR编码条形码

Aspose.BarCode for SSRS

我们很高兴地宣布Aspose.BarCode for Reporting Services 17.12的发布。 此版本的主要发展是支持使用设置版本号生成QR编码条形码。

设置QR版本号

现在使开发人员能够通过设置版本号来生成QR编码条形码。 设置QR版本号非常简单,并在下面给出的代码片段中演示。 代码片段包含使其自我解释的注释。


// Instantiate BarCodeBuilder object
Aspose.BarCode.BarCodeBuilder builder = new Aspose.BarCode.BarCodeBuilder();

// Set the Code text for the barcode
builder.CodeText = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";

// Set the symbology type to QR
builder.EncodeType = Aspose.BarCode.Generation.EncodeTypes.QR;

// Set the error level
builder.QRErrorLevel = Aspose.BarCode.QRErrorLevel.LevelQ;

// Set the QR barcode version number
builder.QRVersion = Aspose.BarCode.QRVersion.Version10;

//Save the image
builder.Save("qr_version10_errorQ.png");

其它改进

此版本还修复了我们尊贵的客户报告的异常情况。 此版本中的完整修复列表如下。

  • 设置许可证的过程已经改进。 现在API将显示正确的异常消息,以防许可证订阅过期。 设置许可证时间也得到了改善。
  • Aspose.BarCode在多线程环境中的工作得到了增强。
  • DatabarStacked条码识别过程得到了增强。

要查看新功能和修复的完整列表,请查看发行说明页面。此版本还包括许多重要的API和向后不兼容的更改。所有这些更改的列表值得一看,并可以在发行说明页面上查看。你可以通过访问Aspose.BarCode for Reporting Services 17.12主页下载部分来下载最新版本。

Aspose.BarCode for Reporting Services产品资源

以下资源将帮助您使用Aspose.BarCode for SSRS: