ReportViewer winform control?

H

HockeyFan

Does anyone know if there's a way to override the cursor on the
winform ReportViewer control?
Currently, it wasn't to change to the hourglass even when the report
viewer isn't actually doing anything yet. I want it to be
Cursor.Default. The ReportViewer control has properties that suggest
that you can change this, but it doesn't appear to actually do it.
 
H

HockeyFan

Does anyone know if there's a way to override the cursor on the
winform ReportViewer control?
Currently, it wasn't to change to the hourglass even when the report
viewer isn't actually doing anything yet.  I want it to be
Cursor.Default.  The ReportViewer control has properties that suggest
that you can change this, but it doesn't appear to actually do it.

Figured it out. Just in case someone else has this issue, the
following solves the problem.

ReportViewer1.UseWaitCursor = False
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top