I'm working with an existing WPF (.NET 4.5) application that includes a feature allowing a user to enter text data into the WPF app and then generate a report of that data using SSRS (SQL Server 2008 R2 - VS2008). I'm also quite new to SSRS.
Is there a way to mimic the behavior of the WPF font handling defined in GlobalUserInterface.CompositeFonts in the SSRS so that Unicode characters not defined by the primary font (Arial) fallback to the same fonts they do in WPF?
My understanding is that .css is not an option for reports generated from SSRS.
I found www.keepitsimpleandfast.com/2011/11/how-to-implement-style-sheets-in-your.html which provides a workaround for styles, but doesn't go far enough in allowing cascading.
Thanks in advance.