Has anyone run into the issue where you need to create a an external stylesheet to reference in reporting services The approach I've taken is to create an external stylesheet and save the values of the stylesheet in a database.
I created a database to hold the values of the stylesheet and then reference the styles from the database in reporting services. It works great, however, I've now run into the problem where you can only work with one dataset in a table. So I have one dataset for the styles and then I need to work with another dataset for the actual data.
Has anyone taken a similar approach or have an idea of how I can get around this Thanks!

External Stylesheet in a database