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.

Re: ReportViewer winform control? by HockeyFan

HockeyFan
Mon Jul 21 13:57:43 CDT 2008

On Jul 21, 1:40=A0pm, HockeyFan <les.stock...@gmail.com> wrote:
> 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. =A0I want it to be
> Cursor.Default. =A0The 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 =3D False