@@ -335,6 +335,12 @@ Ext.define('saas.view.core.report.ReportPanel', {
var format = '0.' + xr.join();
return Ext.util.Format.number(v, format);
},
+ exportStyle:{
+ format: 'Total',
+ alignment: {
+ horizontal: 'Right'
+ }
});
}