Custom Fonts in SSRS

Neel Patel 21 Reputation points
2022-02-12T05:48:10.317+00:00

Can we add custom fonts (with file extension '.otf') in SSRS Reports? If yes then how?

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,813 questions
{count} votes

Accepted answer
  1. Joyzhao-MSFT 15,566 Reputation points
    2022-02-14T02:29:48.223+00:00

    Hi @Neel Patel ,
    SSRS fully supports True Type Fonts (ttf) and has limited support for Open Type Fonts (otf). Essentially, any Font that can be instantiated by the .Net System.Drawing.Font (http://msdn.microsoft.com/en-us/library/system) class is supported by SSRS.

    1. Download .otf files.
    2. Install fonts on your development maschine (where you design your reports with Visual Studio).
    3. Install the fonts on the server where SSRS Service is running likewise
    4. Restart report server to make it recognize the fonts.
    5. If Visual Studio was open, you need to close and reopen it to use the new fonts.

    Note:
    Only Installing the font on the report server and then enabling the font embedding should do the magic.
    For font embedding, see this link: Exporting to a PDF File and Font Embedding.
    Best Regards,
    Joy


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful