When rendering a PDF using Calibri we have noticed file sizes to be hugely inflated in comparison to the same report using Arial.
Looking at the properties of the PDF it turns out this was due to LocalReport.Render()
embedding a subset of Calibri within the PDF itself, leading to the increased file size:
Since we're happy that all recipients of the PDF will already have Calibri we need a way to prevent the font being embedded.
We're using Microsoft.Reporting.WebForms.LocalReport.Render with .rdlc