BarcodeGenerator Class

BarcodeGenerator Class Usage in Custom Code

Aspose.BarCode for Reporting Services provides BarcodeGenerator class, which can be used in Custom Code solutions and provides the same features as BarcodeGenerator class from Aspose.BarCode for .Net.

Report Item Image Component

Barcode label can be rendered as Image with standard Report Item Image components. Image Value can be generated in Custom Code as byte array.

BarcodeGenerator class with Custom Code

Main disadvantage of this method that barcode value can be visible only in runtime: preview or server deploying.

BarcodeGenerator class in Design and Preview Time