report progress?

Stimulsoft Reports.NET discussion
LukasT
Posts: 306
Joined: Mon May 03, 2010 2:50 am
Location: Czech Republic

report progress?

Post by LukasT »

Nevermind....
... but I have one request... when your dialog with progressbar is displayed it has TopMost Property with True value... even in WPF version... This is unpleasant for users when they are working in another window in time of report rendering.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

report progress?

Post by HighAley »

Hello, Lukas.
LukasT wrote:when your dialog with progressbar is displayed it has TopMost Property with True value... even in WPF version... This is unpleasant for users when they are working in another window in time of report rendering.
We've added a static property StiOptions.Engine.ForceTopMostPropertyOfProgressForm. It's false by default.
LukasT wrote:how to get the progress of execution of each operation (Render(), Export())?
For Render() method try to use StiReport.ProgressOfRendering property. It gets a value of progress of report rendering (0-100).

Thank you.
LukasT
Posts: 306
Joined: Mon May 03, 2010 2:50 am
Location: Czech Republic

report progress?

Post by LukasT »

Aleksey wrote: For Render() method try to use StiReport.ProgressOfRendering property. It gets a value of progress of report rendering (0-100).
... but you didn't implement INotifyPropertyChanged interface or some event...
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

report progress?

Post by HighAley »

Hello.
LukasT wrote:
Aleksey Andreyanov wrote: For Render() method try to use StiReport.ProgressOfRendering property. It gets a value of progress of report rendering (0-100).
... but you didn't implement INotifyPropertyChanged interface or some event...
No, we didn't implement this feature.

Thank you.
LukasT
Posts: 306
Joined: Mon May 03, 2010 2:50 am
Location: Czech Republic

report progress?

Post by LukasT »

StiOptions.Engine.ForceTopMostPropertyOfProgressForm is working correctly ;-) Thank you!
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

report progress?

Post by Andrew »

Hello,

Great! Have a nice day!

Thank you.
LukasT
Posts: 306
Joined: Mon May 03, 2010 2:50 am
Location: Czech Republic

report progress?

Post by LukasT »

Hello,
but we have another problem now... ProgressForm has no parent window. So viewer displays it before all windows and is not as a part of stimulsoft viewer.... this is unpleasant for example in case, when I have large report and I click on "Print Preview" button in our application and then I switch myself to another application...
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

report progress?

Post by Alex K. »

Hello,

We made some improvements in that direction. Please check the next prerelease build on this week.

Thank you.
LukasT
Posts: 306
Joined: Mon May 03, 2010 2:50 am
Location: Czech Republic

report progress?

Post by LukasT »

Hello,
is this improvement in actual version (Stimulsoft Reports.Ultimate 2012.05.31)? .... because I can't see any change....
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

report progress?

Post by Alex K. »

Hello,

We need some additional time for check the issue.

Thank you.
Post Reply