I am generating a report through RDLC file. I have some charts in my report with bar charts. When I export the report to PDF, the resolution of the chart is pretty bad and the bar charts get pixelated. Is it possible to define a higher resolution of PDF for reports running in local mode in RDLC?
I found this link that says that pdf generated through ReportServer can be given a higher resolution. But I cannot find this configuration file anywhere. http://msdn.microsoft.com/en-us/library/ms154682.aspx
Is it a limitation of RDLC files? Is it feasible for RDLC files?
Thank you!