we noticed we lost the ability to save changes to reports on upgrade to the latest Suite version.
to get it to work he have edited the below.
File path:: modules/KReports/tpls/EditView.tpl
{literal}
<style type=“text/css”>
table.dcQuickEdit, #SAVE, #CANCEL
{display:none;}
</style>
<script type=“text/javascript”>
$(‘div.buttons #SAVE’).remove();
</script>
{/literal}