[]
Gets or sets a value indicating whether the fonts used in the report should be embedded in the generated PDF. This property is used only when ServerSide is false.
public bool EmbedFonts { get; set; }
Embedding the fonts can make the resulting PDF document substantially larger, but allows the document to be viewed correctly on systems that may not have all the necessary fonts installed.