version : CR XI R2
Visual Studio 2008 C#
Hi I have a complicated report with a formula field returning a timevar.
my application generate pdf file format report based on crystal report.
whenever I try to export to pdf with this report (a report which has a formula field returning a timevar)
i get ") is missing" error.
I googled a lot and I found that the third party application have problems with timevar so I have to put single quote mark (').
but I don't know what I have to do with that in Visual studio.
does anybody know how to fix this problem ?