table.setProperty(IStyleModel.TEXT_ALIGN_PROP,
DesignChoiceConstants.TEXT_ALIGN_CENTER);
table.setWidth("80%");//$NON-NLS-1$
table.setProperty(IReportItemModel.DATA_SET_PROP, "ds");//$NON-NLS-1$
ColumnHandle ch = (ColumnHandle) table.getColumns().get(0);
// ch.setProperty("Width", "3in");
ch.getWidth().setStringValue("3in");
PropertyHandle computedSet = table.getColumnBindings();
cs1 = StructureFactory.createComputedColumn();
cs2 = StructureFactory.createComputedColumn();
cs3 = StructureFactory.createComputedColumn();