vb.net - Crystal Reports Viewer always uses WaitCursor -


i have crystal reports control embedded in winform. when application run, waitcursor (hourglass) shown on crystal reports. attempting change cursor property crystal reports viewer control in property pane of visual studio has no effect (the setting remains waitcursor). attempting change cursor property in form_load event of winform or load event of crystal reports viewer control has no effect either.

is there way force cursor default when mouse cursor on crystal reports viewer control? crystal reports 2008.

they might using control.usewaitcursor property. check in debug mode if it's true, , set false.


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -