Page 2 of 3

report progress?

Posted: Mon Mar 05, 2012 9:33 am
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.

report progress?

Posted: Tue Mar 06, 2012 9:53 am
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.

report progress?

Posted: Tue Mar 06, 2012 11:05 am
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...

report progress?

Posted: Wed Mar 07, 2012 2:03 am
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.

report progress?

Posted: Mon Mar 12, 2012 9:49 am
by LukasT
StiOptions.Engine.ForceTopMostPropertyOfProgressForm is working correctly ;-) Thank you!

report progress?

Posted: Mon Mar 12, 2012 11:55 pm
by Andrew
Hello,

Great! Have a nice day!

Thank you.

report progress?

Posted: Tue May 29, 2012 6:39 am
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...

report progress?

Posted: Wed May 30, 2012 8:36 am
by Alex K.
Hello,

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

Thank you.

report progress?

Posted: Fri Jun 08, 2012 3:13 am
by LukasT
Hello,
is this improvement in actual version (Stimulsoft Reports.Ultimate 2012.05.31)? .... because I can't see any change....

report progress?

Posted: Mon Jun 11, 2012 9:54 am
by Alex K.
Hello,

We need some additional time for check the issue.

Thank you.