I generate a report using xtraReport. There are some hyperlink in my report that created by setting XRControl.NavigateUrl.
When I export to xls, I can set the XlsExportOptions.ExportHyperlinks = false to disable these hyperlinks.
But when I try to export to pdf format, I could not find a similar thing to disable hyperlink in pdf.
How can I remove these hyperlinks in pdf?
Thanks