* @return
* @throws ColumnBuilderException
* @throws ClassNotFoundException
*/
public FastReportBuilder addBarcodeColumn(String title, String property, String className, int barcodeType, boolean showText, boolean checkSum, String applicationIdentifier, int width, boolean fixedWidth, ImageScaleMode imageScaleMode, Style style) throws ColumnBuilderException, ClassNotFoundException {
AbstractColumn column = ColumnBuilder.getInstance()
.setColumnProperty(property, className)
.setWidth(new Integer(width))
.setTitle(title)
.setFixedWidth(Boolean.valueOf(fixedWidth))
.setColumnType(ColumnBuilder.COLUMN_TYPE_BARCODE)