I am getting an error message, " Report '' contains hyperlinks. The EnableHyperlinks property has not been set for this report" I have researched the problem. Several web sites indicate to "turn on" instance.LocalReport.EnableHyperlinks = True. However, I have tried reviewing the code and have placed this code in ReportView.ascx.cs. Nothing seems to happen. What am I missing here?
rdlViewer.LocalReport.EnableHyperlinks =
into ReportView.ascx.cs, and the error message goes away, but my hyperlinks do not appear. Is there more to getting a report with hyperlinks that I am missing?
Thanks,
Brian