I have a font with a space in its name, and it is not recognized when displaying the report with IE11 (which is the browser I have to work with).
Strangely, it is recognized with IE8, but I can't use it...
If I manually change (via F12) the CSS from font-family: Code 128;
to font-family: "Code 128";
or font-family: Code128;
, it displays correctly in IE11.
Is there a way to force SSRS to use quotation marks for font-family
when rendering reports in HTML?
I couldn't find anything on this, and it seems that writing "Code 128"
and Code128
in the properties field doesn't work ("Property value is not valid.")
EDIT
So I finally managed to get it to work for Html rendering by writing this:
FontFamily : =""Code 128""
But then the font isn't recognized when exporting to say pdf