I am also having the similar issue in crystal report viewer. Export to PDF is working fine.
For me the issue is when I align the text to justify.
I am using:
Crystal Report XI R2 for creating the report.
ASP.net 4.0
Crystal Runtime Service Pack 16 (64 bit)
When I look into inspect element in browser for report viewer I can see below html code for the text
If I remove "display:block" section from the style of all the span under paragraph it is showing aligned justified.
To remove that display:block section do I need to do anything from my side? or is it a bug?
Thanks
Baby C S