Quote:
|
Originally Posted by John Lehmann
I have several reports designed in Crystal .Net that
display information in group sections. Every single piece
of text in these sections is hyprelinked. How do I turn
this off? I have looked in every menu in the designer and
for the life of me can't figure it out.
|
To remove the hyperlink of the group in crystalreport,
the HyperlinkTarget propery of crystalreportviewer should be changed ie,
"_self " should be deleted. and EnableDrilldown propery should be set to false