Cancel rendering/printing during first pass

Stimulsoft Reports.NET discussion
Post Reply
Jean-Philippe Roques
Posts: 7
Joined: Tue Sep 25, 2007 3:09 am
Location: France

Cancel rendering/printing during first pass

Post by Jean-Philippe Roques »

Hi,

When i rendering a report wich need more than one pass, the cancel button is disabled during the first. Setting stiPreviewControl.Report.Stop = true have also no effect during the first pass of rendering.

It's could be annoying for user to not be abble to cancel preview or printing. Is there a way to enable the cancel button during first pass ? And also is there a way to cancel rendering in a stiPreviewControl "by code" during first pass ?

Thanks
Jean-Philippe
Stéphane
Posts: 74
Joined: Wed Dec 06, 2006 3:45 am
Location: Paris (France)

Cancel rendering/printing during first pass

Post by Stéphane »

Hello Jean-Philippe ! (Jean-Philippe of E.B.P. ? It's you ? :biggrin:)

Indeed, the cancel button is disabled during the first pass, I think it's just a little bug because when you do a preview into the designer, you can interrupt it.

The Stop property has no effect; on the contrary, the IsStopped property seems to work.


Cordially,
Kakone.

Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Cancel rendering/printing during first pass

Post by Edward »

Yes, it is true, IsStopped worked as expected.

Behavior of Stop property is fixed, thank you for the bug report.

Thank you.
Post Reply