Lisa Nicholls
Hi there,
Of course you're right that there is this difference between web and winform usage -- and I often forget which we're talking about <sigh>. I apologize.
Did you try using the ShowProgress property to get Mr. Spiny
You probably haven't touched it at all. And I don't think that setting display mode to false would automatically set ShowProgress False, but it *might* have that effect -- test its value, just in case, after you use the SetDisplayMode method.
Can you verify a couple of things about this report -- what is the interactive page size versus the standard page size If the two are different, this might explain why you don't see the progress feedback in one case but you do in the other (if the page sizes are significantly different, I mean).
Alternatively, if you have been omitting the zoom-setting lines after the SetDisplayMode line when you don't set display mode, then Greg's explanation completely maks sense: the original zoom value shows enough of the page to show the progress feedback, while your chosen zoom value here does not.
>L<