cancel
Showing results for 
Search instead for 
Did you mean: 

Null Pointer when clicking on border?

Former Member
0 Kudos

Currently using Crystal Reports 13.0.10. When viewing a report in the ReportViewer object, I am able to click on a title or header to give it a red highlight box. By zooming in and double-clicking precisely on the red box, I generate the following error:

System.NullReferenceException was unhandled

HResult = -2147467261

Message=Object reference not set to an instance of an object.

InnerException:

Is there a certain setting on the report that needs to be enabled in order to avoid this crash? Although the workaround is simple (don't double click the box), a crash is still a crash as far as the customer is concerned.

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

Hi Steve

Please try this with SP 13:

- Ludek

Senior Support Engineer AGS Product Support, Global Support Center Canada

Follow me on Twitter

Former Member
0 Kudos

This bug reached the top of my stack again
I tried downloading and installing SP 13, but I still see the error.

Answers (1)

Answers (1)

0 Kudos

Hi Steve,

What zoom level are you selecting?

I don't see the issue in SP 14 ( beta )

Don

Former Member
0 Kudos

The level of zoom doesn't make a difference. It's just easier to click on the red border around the title if I'm zoomed in.

0 Kudos

Need more details on which Event you are using to drill down?

Are you wrapping the event in a try/catch? If not then add one and see what the error is that is being trapped.

Also, does this happen with every report or just one you are testing with? Maybe there is something wrong with that report or object....

Can you attach the report with saved data, I'll test it also, does not happen to me.

Don