I need my report to be in "HiraginoKaku" font while exporting to PDF. I don't have this font installed on my SSRS. So i am trying to achieve it with this expression =IIF(Globals!RenderFormat.Name="PDF","HiraginoKaku","Arial") but no luck.
I tried this also =IIF(Globals!RenderFormat.Name="EXCELOPENXML","Arial","HiraginoKaku") still no luck.
I have used Arial as default while creating report. Please help me how to get this font thing done.