hi, I develop a report in Crystal Report.NET. The Report has one group header, 5 data columns in that group header, and a detail section. I set group header to be able to drill down by using the command CrystalReportViewer.enabledrilldown= true. When I did
that, all the 5 columns in group header are clickable columns. This means that when you click on any of these 5 columns, you will get the drill down. that's what I really don't want to do. What I want is: Just only the first columns in the group header to
be a clickable column. The other 4 will be disable because I will add different hyperlinks for each column so that I can do other actions beside drill down. For example, when I click on the second column, It will bring me up a different report, and so on for
column3, 4 and 5. Could you show me how to do that? Thanks
nguyenva
Member
15 Points
3 Posts
disable a hyperlink of some not all data fields in group header section in crystal report.NET
Oct 27, 2003 08:13 PM|LINK
nguyenva
Member
15 Points
3 Posts
Re: disable a hyperlink of some not all data fields in group header section in crystal report.NET
Oct 30, 2003 06:14 PM|LINK