The image quality of the PDF output from the Report Viewer is pretty poor when compared with the one being shown in Report Viewer itself. Below options have been set for the report viewer (the latest pre-release version has been used):
Code: Select all
p.ImageQuality = 1.0F;
p.ImageResolution = 300;
p.PdfImageCompressionMethod = Stimulsoft.Report.Export.StiPdfImageCompressionMethod.Flate;
p.PdfEmbeddedFonts = true;
Thanks