cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal Report Viewer Giving Orange border to data when used with wpf application

Former Member
0 Kudos

Hi,

I generated a crystal report in my wpf application. Report is generated and when I am viewing the data on report viewer and If I click on some data, data is getting highlighted with orange borders.Where ever I click on the report viewer data orange boarders are visible.

Can anyone give me an idea to disable those orange boarders.

Find the attached image to see how the issue looks.

Accepted Solutions (1)

Accepted Solutions (1)

former_member203168
Active Participant
0 Kudos

Hi,

The WPF CrystalReportsViewer's ViewerCore member has an EnableDrillDown boolean property. So simply put, just do the following:

myViewer.ViewerCore.EnableDrillDown = false;

It may works..

I believe the behavior you described is intended. You see orange boxes around the data because you can get values through click events. You should educate your users that the behavior is expected and nothing is wrong with the report.

what is the version of Crystal Reports?

Upgrade your Crystal reports to latest version it may reslove your problem.

--Praveen G

Answers (1)

Answers (1)

0 Kudos

Moved to .NET SDK forum