I am using a server report, which
I am rendering in VB.net using reportviewer.serverreport.render into a PDF document.
Strangely, when i do this the text in my graphs is really small compared to in the designer or when I view the report in a web browser.
Does anyone know why this could be?
I managed to sort this out.
For anyone else with this problem, all I did to fix it was set the DeviceInfo string to Nothing (“”).
I needed it set as I was also rendering to emf (TIFF) as well, so now I am just setting the DeviceInfo between the two renders.