We are pleased to announce the release of Aspose.BarCode for Reporting Services 17.11. The major development in this release is the support to generate databar coded barcode with segments per row.

Barcode Segments Per Row

Aspose.BarCode for Reporting Services now enables the developers to generate databar coded barcode with segments per row. Generating segments per row for a databar is very simple and is demonstrated in the code snippet given below. The code snippet contains comments that makes it self explanatory.

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

//Set the Code text for the barcode
builder.CodeText = "(01)98898765432106(3202)012345(15)991231";

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

//Set the cloumn property to define segments per row
builder.Columns = 6;

//Save the image
builder.Save("6segmets.png"); 

To view the complete list of new features and fixes, please visit the release notes page. This release also includes many important API and Backward Incompatible changes. The list of all such changes are worth seeing and can be view on release notes page. You can download the latest version by visiting the Aspose.BarCode for Reporting Services 17.11 page in downloads section.

Aspose.BarCode for Reporting Services Resources

The following resources will help you work with Aspose.BarCode for SSRS: