JS 实现动态选择报表背景色- FineReport帮助文档 - 全面的报表使用教程和学习资料 (fanruan.com)
setTimeout(function() {
$("div[widgetname=REPORT0]").css('background', 'url(http://localhost:8075/webroot/help/picture/1.gif)');
}, 1000);
图片自己改成你的名称。。
setTimeout(function() {
$("div[widgetname=REPORT0]").css('background', 'url(/webroot/help/picture/test.gif)');
}, 1000);