Delete hyperlink from crystal Report
Windows Forms
1
Posts
1
Posters
0
Views
1
Watching
-
Hello all, My crystal report contain hyperlinks to the Event Video file (i.e..avi files). Its format is somewhat like - "EventVideos/EventVideo_" + {DataTable1.EventId} + ".avi" As I create hyperlink at design time, it remains active for all the events. But the case is that my all events do not have Event Video associated with it. So, such events also have hyperlink for event video which is not expected. To avoid this, I have to delete or disable the hyperlink for such events. My question is - Is it possible to delete or disable the hyperlink at runtime in Crystal Report? If yes, can you please explain me how? It will be great help. I will appreciate it. Thanks in advance.