We’ve installed the ReportServer & it’s great so far, but wondered how/where we could link CSS to the report templates? We’re using BIRT designer for template creation.
We would want these to be linked (instead of imported) so that we do not need to edit every report template when changes are made.
If you could point me in the right way that would be excellent!
Thanks
Lynn
you can place css files and other resources in reportservers internal fileserver (the fileserver section in the admin module). The file /etc/reportengines/reportengines.cf defines the location resources are loaded from. Just set the id of the parent folder (library.folder.id).
Did you configure the resource folder in the config file I mentioned earlier? Also note that you have to explicitly reload the configuration after you have made changes: Open the terminal by pressing CTRL+ALT+T and type the command “config reload” to reload the configuration files.